Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 813277 Details for
Bug 872173
net-mail/mailutils-3.15 fails tests (MUSL)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
3-testsuite.log
3-testsuite.log (text/plain), 560.56 KB, created by
Agostino Sarubbo
on 2022-09-21 08:11:31 UTC
(
hide
)
Description:
3-testsuite.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2022-09-21 08:11:31 UTC
Size:
560.56 KB
patch
obsolete
>## ------------------------------ ## >## GNU Mailutils 3.15 test suite. ## >## ------------------------------ ## > >testsuite: command line was: > $ ./testsuite > >## ---------- ## >## ChangeLog. ## >## ---------- ## > >| 2022-04-17 Automatically generated <bug-mailutils@gnu.org> >| >| HEAD 9df491d77505ef8c07463eadc28a34df3159f2fb. >| >| 2022-04-17 Sergey Poznyakoff <gray@gnu.org> >| >| Version 3.15. >| >| * NEWS: Raise version number >| * configure.ac: Raise version number. Increase shared library > >## --------- ## >## Platform. ## >## --------- ## > >hostname = gf.packet.net >uname -m = x86_64 >uname -r = 5.10.133-gentoo >uname -s = Linux >uname -v = #1 SMP Fri Jul 29 16:44:01 CEST 2022 > >/usr/bin/uname -p = Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz >/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: /var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/mh/tests >PATH: /var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/testsuite >PATH: /var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/mh >PATH: /var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15 >PATH: /usr/lib/portage/python3.10/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.10/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin > >testsuite: atconfig: >| # Configurable variable values for building test suites. >| # Generated by ./config.status. >| # Copyright (C) 2021 Free Software Foundation, Inc. >| >| # The test suite will define top_srcdir=/../.. etc. >| at_testdir='mh/tests' >| abs_builddir='/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/mh/tests' >| at_srcdir='.' >| abs_srcdir='/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/mh/tests' >| at_top_srcdir='../..' >| abs_top_srcdir='/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15' >| at_top_build_prefix='../../' >| abs_top_builddir='/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15' >| >| # Backward compatibility with Autotest <= 2.59b: >| at_top_builddir=$at_top_build_prefix >| >| >| EXEEXT='' >| AUTOTEST_PATH='mh/tests' >| >| SHELL=${CONFIG_SHELL-'/bin/sh'} > >testsuite: atlocal: >| # mh/tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*- >| # Configurable variable values for Mailutils test suite. >| # Copyright (C) 2004-2022 Free Software Foundation, Inc. >| >| PATH=/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/mh/tests:/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/testsuite:/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/mh:$top_srcdir:$srcdir:$PATH >| spooldir=$abs_top_srcdir/testsuite/spool/ >| MHETCDIR=/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/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: Wed Sep 21 08:06:42 UTC 2022 >1. install-mh -auto (install-mh.at:18): ok (0m0.071s 0m0.035s) >2. install-mh with invalid profile (install-mh.at:44): ok (0m0.048s 0m0.016s) >3. literal (fmtcomp.at:31): ok (0m0.024s 0m0.026s) >4. component (fmtcomp.at:38): ok (0m0.035s 0m0.013s) >5. component formatted (fmtcomp.at:46): ok (0m0.041s 0m0.006s) >6. function call (fmtcomp.at:55): ok (0m0.037s 0m0.010s) >7. function call formatted (fmtcomp.at:63): ok (0m0.020s 0m0.027s) >8. function call with literal argument (fmtcomp.at:72): ok (0m0.036s 0m0.010s) >9. function call with numeric argument (fmtcomp.at:81): ok (0m0.041s 0m0.005s) >10. function call with numeric argument and format spec (fmtcomp.at:90): ok (0m0.031s 0m0.019s) >11. function call with component argument (fmtcomp.at:100): ok (0m0.042s 0m0.005s) >12. nested function calls (fmtcomp.at:110): ok (0m0.031s 0m0.016s) >13. nested function calls with typecast (fmtcomp.at:122): ok (0m0.044s 0m0.004s) >14. lit (fmtcomp.at:135): ok (0m0.034s 0m0.015s) >15. num (fmtcomp.at:154): ok (0m0.035s 0m0.014s) >16. simple conditional (fmtcomp.at:165): ok (0m0.041s 0m0.006s) >17. if-else (fmtcomp.at:179): ok (0m0.041s 0m0.008s) >18. if-elsif-else (fmtcomp.at:199): ok (0m0.034s 0m0.013s) >19. inline conditional (fmtcomp.at:235): ok (0m0.016s 0m0.031s) >20. inline conditional (2) (fmtcomp.at:253): ok (0m0.027s 0m0.021s) >21. statement list (fmtcomp.at:270): ok (0m0.019s 0m0.028s) >22. unknown function (fmtcomp.at:308): ok (0m0.034s 0m0.019s) >23. condition syntax (fmtcomp.at:317): ok (0m0.033s 0m0.018s) >24. unclosed control (fmtcomp.at:325): ok (0m0.028s 0m0.027s) >25. extra ELSE (fmtcomp.at:343): ok (0m0.032s 0m0.017s) >26. unwanted argument (fmtcomp.at:354): ok (0m0.042s 0m0.010s) >27. missing argument (fmtcomp.at:362): ok (0m0.021s 0m0.029s) >28. argument type mismatch (fmtcomp.at:370): ok (0m0.042s 0m0.008s) >29. msg (fmtfunc.at:35): ok (0m0.051s 0m0.005s) >30. size (fmtfunc.at:47): ok (0m0.028s 0m0.028s) >31. num (fmtfunc.at:59): ok (0m0.043s 0m0.013s) >32. lit (fmtfunc.at:70): ok (0m0.048s 0m0.008s) >33. void (fmtfunc.at:80): ok (0m0.036s 0m0.016s) >34. strlen (fmtfunc.at:88): ok (0m0.031s 0m0.025s) >35. width (fmtfunc.at:98): ok (0m0.046s 0m0.011s) >36. charleft (fmtfunc.at:107): ok (0m0.032s 0m0.023s) >37. eq (fmtfunc.at:121): ok (0m0.034s 0m0.024s) >38. ne (fmtfunc.at:130): ok (0m0.047s 0m0.008s) >39. gt (fmtfunc.at:139): ok (0m0.052s 0m0.004s) >40. match (fmtfunc.at:148): ok (0m0.040s 0m0.018s) >41. amatch (fmtfunc.at:159): ok (0m0.037s 0m0.020s) >42. plus (fmtfunc.at:170): ok (0m0.055s 0m0.001s) >43. minus (fmtfunc.at:179): ok (0m0.027s 0m0.029s) >44. divide (fmtfunc.at:188): ok (0m0.032s 0m0.024s) >45. modulo (fmtfunc.at:197): ok (0m0.038s 0m0.021s) >46. getenv (fmtfunc.at:208): ok (0m0.051s 0m0.004s) >47. profile (fmtfunc.at:222): ok (0m0.054s 0m0.005s) >48. nonzero (fmtfunc.at:243): ok (0m0.030s 0m0.028s) >49. zero (fmtfunc.at:256): ok (0m0.030s 0m0.026s) >50. null (fmtfunc.at:269): ok (0m0.037s 0m0.019s) >51. nonnull (fmtfunc.at:280): ok (0m0.029s 0m0.027s) >52. comp (fmtfunc.at:291): ok (0m0.026s 0m0.030s) >53. compval (fmtfunc.at:300): ok (0m0.038s 0m0.017s) >54. decode (fmtfunc.at:311): ok (0m0.043s 0m0.012s) >55. trim (fmtfunc.at:323): ok (0m0.027s 0m0.029s) >56. putstr (fmtfunc.at:334): ok (0m0.050s 0m0.006s) >57. putstrf (fmtfunc.at:349): ok (0m0.045s 0m0.010s) >58. putnum (fmtfunc.at:360): ok (0m0.029s 0m0.026s) >59. putnumf (fmtfunc.at:377): ok (0m0.032s 0m0.023s) >60. nodate (fmtfunc.at:390): ok (0m0.052s 0m0.003s) >61. formataddr (fmtfunc.at:403): ok (0m0.043s 0m0.013s) >62. sec (fmtfunc.at:415): ok (0m0.046s 0m0.010s) >63. min (fmtfunc.at:424): ok (0m0.052s 0m0.003s) >64. hour (fmtfunc.at:433): ok (0m0.032s 0m0.023s) >65. wday (fmtfunc.at:442): ok (0m0.030s 0m0.026s) >66. day (fmtfunc.at:451): ok (0m0.039s 0m0.016s) >67. weekday (fmtfunc.at:460): ok (0m0.052s 0m0.003s) >68. sday (fmtfunc.at:469): ok (0m0.051s 0m0.005s) >69. mday (fmtfunc.at:481): ok (0m0.037s 0m0.018s) >70. yday (fmtfunc.at:490): ok (0m0.037s 0m0.018s) >71. mon (fmtfunc.at:499): ok (0m0.050s 0m0.005s) >72. month (fmtfunc.at:508): ok (0m0.030s 0m0.025s) >73. lmonth (fmtfunc.at:517): ok (0m0.031s 0m0.024s) >74. year (fmtfunc.at:526): ok (0m0.044s 0m0.011s) >75. tzone (fmtfunc.at:537): ok (0m0.037s 0m0.020s) >76. szone (fmtfunc.at:556): ok (0m0.042s 0m0.014s) >77. proper (fmtfunc.at:593): ok (0m0.042s 0m0.013s) >78. friendly (fmtfunc.at:603): ok (0m0.027s 0m0.029s) >79. addr (fmtfunc.at:616): ok (0m0.045s 0m0.010s) >80. pers (fmtfunc.at:629): ok (0m0.028s 0m0.027s) >81. mbox (fmtfunc.at:644): ok (0m0.049s 0m0.006s) >82. mymbox (fmtfunc.at:653): ok (0m0.042s 0m0.014s) >83. host (fmtfunc.at:679): ok (0m0.029s 0m0.027s) >84. nohost (fmtfunc.at:688): ok (0m0.045s 0m0.011s) >85. mhseq: existing message number (mhseq.at:22): ok (0m0.033s 0m0.024s) >86. mhseq: not existing message number (mhseq.at:30): ok (0m0.043s 0m0.013s) >87. mhseq: contiguous message range (mhseq.at:40): ok (0m0.026s 0m0.030s) >88. mhseq: reversed contiguous message range (mhseq.at:51): ok (0m0.049s 0m0.007s) >89. mhseq: reversed non-contiguous message range (mhseq.at:62): ok (0m0.070s 0m0.015s) >90. mhseq: message range (left fixup) (mhseq.at:73): ok (0m0.067s 0m0.018s) >91. mhseq: message range (right fixup) (mhseq.at:85): ok (0m0.048s 0m0.036s) >92. mhseq: message range (both fixups) (mhseq.at:97): ok (0m0.062s 0m0.023s) >93. mhseq: non-existent message range (left) (mhseq.at:109): ok (0m0.065s 0m0.018s) >94. mhseq: non-existent message range (right) (mhseq.at:120): ok (0m0.031s 0m0.027s) >95. mhseq: message set addition (mhseq.at:129): ok (0m0.051s 0m0.019s) >96. mhseq: message set optimization (mhseq.at:146): ok (0m0.039s 0m0.071s) >97. mhseq: counted range (positive) (mhseq.at:169): ok (0m0.051s 0m0.020s) >98. mhseq: non-contiguous counted range (positive) (mhseq.at:180): ok (0m0.069s 0m0.040s) >99. mhseq: counted range (positive, left fixup) (mhseq.at:193): ok (0m0.079s 0m0.029s) >100. mhseq: counted range (positive, right fixup) (mhseq.at:205): ok (0m0.040s 0m0.016s) >101. mhseq: invalid counted range (negative) (mhseq.at:216): ok (0m0.066s 0m0.016s) >102. mhseq: counted range (negative) (mhseq.at:227): ok (0m0.044s 0m0.028s) >103. mhseq: non-contiguous counted range (negative) (mhseq.at:238): ok (0m0.069s 0m0.039s) >104. mhseq: counted range (negative, left fixup) (mhseq.at:251): ok (0m0.054s 0m0.028s) >105. mhseq: counted range (negative, right fixup) (mhseq.at:262): ok (0m0.051s 0m0.032s) >106. mhseq: invalid counted range (negative) (mhseq.at:273): ok (0m0.068s 0m0.017s) >107. mhseq: cur (mhseq.at:284): ok (0m0.044s 0m0.037s) >108. mhseq: cur:n -- default direction (mhseq.at:294): ok (0m0.043s 0m0.029s) >109. mhseq: cur:n -- explicit dir (negative) (mhseq.at:305): ok (0m0.064s 0m0.007s) >110. mhseq: cur:n -- explicit dir (positive) (mhseq.at:316): ok (0m0.055s 0m0.026s) >111. mhseq: next (mhseq.at:327): ok (0m0.074s 0m0.008s) >112. mhseq: next:n -- default direction (mhseq.at:338): ok (0m0.049s 0m0.032s) >113. mhseq: prev (mhseq.at:349): ok (0m0.065s 0m0.019s) >114. mhseq: prev:n -- default direction (mhseq.at:360): ok (0m0.071s 0m0.010s) >115. mhseq: first (mhseq.at:371): ok (0m0.065s 0m0.019s) >116. mhseq: first:n -- default direction (mhseq.at:381): ok (0m0.071s 0m0.012s) >117. mhseq: last (mhseq.at:392): ok (0m0.055s 0m0.000s) >118. mhseq: last:n -- default direction (mhseq.at:400): ok (0m0.046s 0m0.009s) >119. mhseq: sparse increasing message range (left fixup in the middle) (mhseq.at:409): ok (0m0.067s 0m0.023s) >120. mhseq: sparse increasing message range (right fixup in the middle) (mhseq.at:428): ok (0m0.076s 0m0.009s) >121. mhseq: sparse increasing message range (both fixups in the middle) (mhseq.at:446): ok (0m0.059s 0m0.026s) >122. mhseq: sparse decreasing message range (left fixup in the middle) (mhseq.at:464): ok (0m0.062s 0m0.022s) >123. mhseq: sparse decreasing message range (right fixup in the middle) (mhseq.at:482): ok (0m0.052s 0m0.032s) >124. mhseq: sparse decreasing message range (both fixups in the middle) (mhseq.at:500): ok (0m0.069s 0m0.016s) >125. mhseq: sparse counted range (positive, fixup) (mhseq.at:518): ok (0m0.063s 0m0.022s) >126. mhseq: sparse counted range (negative, fixup) (mhseq.at:536): ok (0m0.066s 0m0.019s) >127. ali: simple aliases (ali.at:20): ok (0m0.043s 0m0.013s) >128. ali: recursive aliases (ali.at:31): ok (0m0.043s 0m0.010s) >129. ali: file inlcusion (ali.at:42): ok (0m0.031s 0m0.026s) >130. ali: recursive inlcusion (ali.at:56): ok (0m0.059s 0m0.011s) >131. ali: group name (ali.at:77): ok (0m0.059s 0m0.013s) >132. ali: group id (ali.at:87): skipped (ali.at:87) >133. ali: everybody (ali.at:100): ok (0m0.050s 0m0.005s) >134. ali: executable file inlcusion (ali.at:111): ok (0m0.053s 0m0.014s) >135. folder (folder.at:20): ok (0m0.074s 0m0.000s) >136. folder -all (folder.at:30): ok (0m0.052s 0m0.021s) >137. folder -all -fast (folder.at:45): ok (0m0.052s 0m0.021s) >138. folder +mbox (folder.at:56): ok (0m0.053s 0m0.022s) >139. folder +mbox msg (folder.at:69): ok (0m0.058s 0m0.021s) >140. folder -pack (folder.at:84): ok (0m0.034s 0m0.030s) >141. folder -pack=N (folder.at:105): ok (0m0.058s 0m0.007s) >142. folder -push/-pop (folder.at:126): ok (0m0.158s 0m0.066s) >143. folder -create (folder.at:144): ok (0m0.024s 0m0.026s) >144. inc -notruncate (inc.at:20): ok (0m0.065s 0m0.025s) >145. inc -truncate (inc.at:33): ok (0m0.086s 0m0.051s) >146. inc -folder (inc.at:48): ok (0m0.079s 0m0.013s) >147. inc -changecur (inc.at:61): ok (0m0.063s 0m0.028s) >148. inc -nochangecur (inc.at:74): ok (0m0.067s 0m0.025s) >149. sparse numbering (inc.at:90): ok (0m0.061s 0m0.031s) >150. default inbox (inc.at:110): ok (0m0.044s 0m0.024s) >151. scan (scan.at:21): ok (0m0.044s 0m0.018s) >152. scan -folder (scan.at:34): ok (0m0.054s 0m0.006s) >153. scan -format (scan.at:46): ok (0m0.049s 0m0.005s) >154. scan -form (scan.at:58): ok (0m0.051s 0m0.004s) >155. scan -reverse (scan.at:71): ok (0m0.054s 0m0.007s) >156. Local mailbox (scan.at:83): ok (0m0.029s 0m0.031s) >157. default format (scan.at:96): ok (0m0.050s 0m0.012s) >158. mailx format (scan.at:108): ok (0m0.052s 0m0.009s) >159. size format (scan.at:120): ok (0m0.051s 0m0.010s) >160. time format (scan.at:132): ok (0m0.042s 0m0.019s) >161. timely format (scan.at:144): ok (0m0.040s 0m0.024s) >162. rmm msg (rmm.at:21): ok (0m0.055s 0m0.007s) >163. rmm seq (rmm.at:34): ok (0m0.057s 0m0.013s) >164. rmm rmmproc (rmm.at:51): ok (0m0.128s 0m0.052s) >165. rmm -- null rmmproc (rmm.at:66): ok (0m0.037s 0m0.028s) >166. rmf +folder (rmf.at:21): ok (0m0.049s 0m0.036s) >167. rmf (rmf.at:33): ok (0m0.055s 0m0.031s) >168. mark -add (mark.at:20): ok (0m0.091s 0m0.011s) >169. mark -add -zero (mark.at:31): ok (0m0.068s 0m0.037s) >170. mark -add -nopublic (mark.at:44): ok (0m0.057s 0m0.003s) >171. mark -del (mark.at:54): ok (0m0.058s 0m0.003s) >172. mark -del -nopublic (mark.at:65): ok (0m0.055s 0m0.011s) >173. mark -list (mark.at:79): ok (0m0.033s 0m0.032s) >174. mhparam -all (mhparam.at:20): ok (0m0.046s 0m0.019s) >175. mhparam comp (mhparam.at:37): ok (0m0.042s 0m0.013s) >176. mhparam comp comp (mhparam.at:49): ok (0m0.035s 0m0.024s) >177. mhparam -component comp (mhparam.at:62): ok (0m0.045s 0m0.018s) >178. refile (refile.at:20): ok (0m0.052s 0m0.048s) >179. refile -file (refile.at:39): ok (0m0.060s 0m0.018s) >180. refile -copy (refile.at:56): ok (0m0.075s 0m0.027s) >181. mhpath (mhpath.at:20): ok (0m0.037s 0m0.024s) >182. mhpath + (mhpath.at:29): ok (0m0.026s 0m0.035s) >183. mhpath msgs (mhpath.at:38): ok (0m0.052s 0m0.009s) >184. mhpath msgs (some nonexistent) (mhpath.at:48): ok (0m0.041s 0m0.022s) >185. mhpath msgs (all nonexistent) (mhpath.at:57): ok (0m0.037s 0m0.025s) >186. mhpath nonexistent (mhpath.at:88): ok (0m0.059s 0m0.001s) >187. mhpath new (mhpath.at:97): ok (0m0.052s 0m0.008s) >188. mhl (mhl.at:20): ok (0m0.040s 0m0.031s) >189. mhl repl (mhl.at:37): ok (0m0.058s 0m0.013s) >190. mhl usenet (mhl.at:48): ok (0m0.044s 0m0.028s) >191. anno (anno.at:20): ok (0m0.045s 0m0.017s) >192. anno -component (anno.at:31): ok (0m0.038s 0m0.023s) >193. anno -component -text (anno.at:41): ok (0m0.028s 0m0.036s) >194. anno -component -text -nodate (anno.at:52): ok (0m0.058s 0m0.005s) >195. pick -from (pick.at:20): ok (0m0.055s 0m0.035s) >196. pick -from -sequence (pick.at:44): ok (0m0.037s 0m0.056s) >197. pick -search (pick.at:55): ok (0m0.065s 0m0.028s) >198. pick -search regex (pick.at:65): ok (0m0.075s 0m0.018s) >199. pick -subject -from (pick.at:77): ok (0m0.047s 0m0.042s) >200. pick -subject -and -from (pick.at:98): ok (0m0.056s 0m0.031s) >201. pick -subject -or -from (pick.at:119): ok (0m0.063s 0m0.025s) >202. pick: default precedence (pick.at:161): ok (0m0.059s 0m0.029s) >203. pick: explicit precedence (1) (pick.at:220): ok (0m0.030s 0m0.060s) >204. pick: explicit precedence (2) (pick.at:279): ok (0m0.044s 0m0.045s) >205. pick -before (pick.at:313): ok (0m0.049s 0m0.040s) >206. pick --Component pattern (pick.at:323): ok (0m0.061s 0m0.029s) >207. pick --Component pattern -or ... (pick.at:345): ok (0m0.056s 0m0.032s) >208. burst digest (burst.at:20): ok (0m0.035s 0m0.034s) >209. burst digest /w EB length limit (burst.at:70): ok (0m0.055s 0m0.014s) >210. burst mime (burst.at:120): ok (0m0.050s 0m0.012s) >211. burst mime recursive (burst.at:141): ok (0m0.066s 0m0.009s) >212. burst non-digest (burst.at:202): ok (0m0.052s 0m0.006s) >213. comp -file (comp.at:21): ok (0m0.043s 0m0.029s) >214. comp -file (del) (comp.at:41): ok (0m0.052s 0m0.018s) >215. comp file (comp.at:55): ok (0m0.061s 0m0.012s) >216. comp -use file (comp.at:75): ok (0m0.068s 0m0.009s) >217. comp +folder msg (comp.at:104): ok (0m0.044s 0m0.041s) >218. comp -draftfolder (comp.at:144): ok (0m0.057s 0m0.020s) >219. comp +draftfolder -use (comp.at:165): ok (0m0.055s 0m0.028s) >220. use Draft-Folder (comp.at:196): ok (0m0.057s 0m0.019s) >221. -nodraftfolder (comp.at:218): ok (0m0.040s 0m0.037s) >222. forw msg (forw.at:21): ok (0m0.063s 0m0.019s) >223. forw -format msg (forw.at:81): ok (0m0.071s 0m0.016s) >224. forw msgs (forw.at:141): ok (0m0.070s 0m0.021s) >225. forw -build msg (forw.at:231): ok (0m0.055s 0m0.018s) >226. forw -build -mime msgs (forw.at:270): ok (0m0.045s 0m0.038s) >227. forw -draftfolder (forw.at:315): ok (0m0.051s 0m0.033s) >228. forw -file (forw.at:374): ok (0m0.045s 0m0.025s) >229. Draft-Folder (forw.at:400): ok (0m0.073s 0m0.011s) >230. -nodraftfolder (forw.at:461): ok (0m0.061s 0m0.022s) >231. repl msg (repl.at:23): ok (0m0.063s 0m0.014s) >232. repl -draftfolder (repl.at:52): ok (0m0.074s 0m0.005s) >233. Draft-Folder (repl.at:82): ok (0m0.062s 0m0.018s) >234. -nodraftfolder (repl.at:114): ok (0m0.063s 0m0.015s) >235. mhn -list (mhn.at:24): ok (0m0.039s 0m0.018s) >236. mhn -list -realsize (mhn.at:47): ok (0m0.056s 0m0.003s) >237. mhn -store (mhn.at:74): ok (0m0.052s 0m0.015s) >238. mhn -store -auto (mhn.at:131): ok (0m0.059s 0m0.002s) >239. mhn -store -auto -part (mhn.at:142): ok (0m0.031s 0m0.028s) >240. mhn -store -auto (pathname safety) (mhn.at:150): ok (0m0.031s 0m0.028s) >241. mhn-storage (mhn.at:257): ok (0m0.045s 0m0.018s) >242. mhn-store-: all escapes (mhn.at:272): ok (0m0.054s 0m0.010s) >243. mhn-store-: absolute path (mhn.at:288): ok (0m0.053s 0m0.009s) >244. mhn-store-: +folder (mhn.at:301): ok (0m0.042s 0m0.022s) >245. mhn-store-: + (mhn.at:314): ok (0m0.036s 0m0.026s) >247. mhn-show msg1 (mhn.at:356): ok (0m0.054s 0m0.003s) >248. mhn-show type=tar (mhn.at:406): ok (0m0.053s 0m0.021s) >249. mhn-show unsupported type (mhn.at:431): ok (0m0.052s 0m0.011s) >250. mhn-show- variable (with subtype) (mhn.at:450): ok (0m0.050s 0m0.024s) >251. mhn-show- variable (without subtype) (mhn.at:476): ok (0m0.055s 0m0.020s) >252. mhn-compose: adjacent plain text (mhn.at:505): ok (0m0.056s 0m0.004s) >253. mhn-compose: plain text content types (mhn.at:539): ok (0m0.057s 0m0.005s) >254. mhn-compose: sharp at the beginning of a line (mhn.at:585): ok (0m0.029s 0m0.033s) >255. mhn-compose: charset (mhn.at:606): ok (0m0.026s 0m0.036s) >256. mhn-compose: forward (mhn.at:628): ok (0m0.050s 0m0.018s) >257. mhn-compose: forward (current folder) (mhn.at:747): ok (0m0.051s 0m0.018s) >258. mhn-compose: forward (single message) (mhn.at:867): ok (0m0.059s 0m0.009s) >259. mhn-compose: external data (mhn.at:933): ok (0m0.040s 0m0.021s) >260. mhn-compose: multipart (mhn.at:965): ok (0m0.064s 0m0.006s) >261. send file (send.at:21): ok (0m0.066s 0m0.003s) >262. send files (send.at:51): ok (0m0.060s 0m0.021s) >263. send -draft (send.at:107): ok (0m0.068s 0m0.001s) >264. send -draftfolder (send.at:143): ok (0m0.039s 0m0.033s) >265. send -draftmessage (send.at:175): ok (0m0.058s 0m0.014s) >266. sortm -textfield (sortm.at:22): ok (0m0.114s 0m0.089s) >267. sortm -datefield (sortm.at:128): ok (0m0.264s 0m0.115s) >268. if branch (fmtcnd00.at:37): ok (0m0.026s 0m0.025s) >269. elseif branch (fmtcnd00.at:73): ok (0m0.049s 0m0.001s) >270. else branch (fmtcnd00.at:100): ok (0m0.046s 0m0.003s) >testsuite: ending at: Wed Sep 21 08:07:07 UTC 2022 >testsuite: test suite duration: 0h 0m 25s > >## ------------- ## >## Test results. ## >## ------------- ## > >ERROR: 269 tests were run, >1 failed unexpectedly. >1 test was skipped. > >## ------------------------ ## >## Summary of the failures. ## >## ------------------------ ## >Failed tests: >GNU Mailutils 3.15 test suite test groups: > > NUM: FILE-NAME:LINE TEST-GROUP-NAME > KEYWORDS > > 246: mhn.at:327 mhn-store-: pipe > mhn mhn11 mhn-store-pipe > >Skipped tests: >GNU Mailutils 3.15 test suite test groups: > > NUM: FILE-NAME:LINE TEST-GROUP-NAME > KEYWORDS > > 132: ali.at:87 ali: group id > ali ali05 ali-group-id ali-gid > >## ---------------------- ## >## Detailed failed tests. ## >## ---------------------- ## > ># -*- compilation -*- >246. mhn.at:327: testing mhn-store-: pipe ... >./mhn.at:327: >mbox2dir -m Mail/inbox $spooldir/mbox1 > >echo "Current-Folder: inbox" > Mail/context >echo "mhn-store-text: | $abs_top_srcdir/mh/tests/mhed -" >> $MH >mhn +inbox -store -part 1 4 | sed "s|$abs_top_srcdir/mh/tests/||g;s|(cd \(.*\)\;|(cd home\;|;s| *$||" || exit $? > >--- - 2022-09-21 08:07:05.143205070 +0000 >+++ /var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/mh/tests/testsuite.dir/at-groups/246/stdout 2022-09-21 08:07:05.130972678 +0000 >@@ -1,3 +1,4 @@ >+storing msg 4 part 1 using command (cd home; mhed -) > -- Editor invocation: - > -- Input file: > `You are old, Father William,' the young man said, >@@ -11,5 +12,4 @@ > Why, I do it again and again.' > > -- Input file end >-storing msg 4 part 1 using command (cd home; mhed -) > >246. mhn.at:327: 246. mhn-store-: pipe (mhn.at:327): FAILED (mhn.at:327) > > >## ---------------- ## >## ../../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.15, which was >| generated by GNU Autoconf 2.71. Invocation command line was >| >| $ ./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/mailutils-3.15 --htmldir=/usr/share/doc/mailutils-3.15/html --with-sysroot=/ --libdir=/usr/lib MU_DEFAULT_SCHEME=maildir 'CURSES_LIBS=-lncurses -ltinfo ' --without-berkeley-db --without-fribidi --enable-ipv6 --without-gdbm --without-gsasl --without-guile --without-gssapi --without-ldap --without-mysql --enable-nls --enable-pam --without-postgres --disable-python --with-gnutls --disable-static --enable-pthread --without-tokyocabinet --without-kyotocabinet --without-tcp-wrappers --disable-build-servers --without-unistring --enable-build-clients EMACS=no --with-lispdir=/usr/share/emacs/site-lisp/mailutils --with-mail-spool=/var/spool/mail --with-readline --enable-sendmail --disable-debug >| >| ## --------- ## >| ## Platform. ## >| ## --------- ## >| >| hostname = gf.packet.net >| uname -m = x86_64 >| uname -r = 5.10.133-gentoo >| uname -s = Linux >| uname -v = #1 SMP Fri Jul 29 16:44:01 CEST 2022 >| >| /usr/bin/uname -p = Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz >| /bin/uname -X = unknown >| >| /bin/arch = unknown >| /usr/bin/arch -k = unknown >| /usr/convex/getsysinfo = unknown >| /usr/bin/hostinfo = unknown >| /bin/machine = unknown >| /usr/bin/oslevel = unknown >| /bin/universe = unknown >| >| PATH: /usr/lib/portage/python3.10/ebuild-helpers/xattr/ >| PATH: /usr/lib/portage/python3.10/ebuild-helpers/ >| PATH: /usr/local/sbin/ >| PATH: /usr/local/bin/ >| PATH: /usr/sbin/ >| PATH: /usr/bin/ >| PATH: /sbin/ >| PATH: /bin/ >| PATH: /opt/bin/ >| >| >| ## ----------- ## >| ## Core tests. ## >| ## ----------- ## >| >| configure:4040: looking for aux files: config.rpath ltmain.sh ar-lib compile config.guess config.sub missing install-sh >| configure:4053: trying ./build-aux/ >| configure:4082: ./build-aux/config.rpath found >| configure:4082: ./build-aux/ltmain.sh found >| configure:4082: ./build-aux/ar-lib found >| configure:4082: ./build-aux/compile found >| configure:4082: ./build-aux/config.guess found >| configure:4082: ./build-aux/config.sub found >| configure:4082: ./build-aux/missing found >| configure:4064: ./build-aux/install-sh found >| configure:4213: checking for a BSD-compatible install >| configure:4286: result: /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c >| configure:4297: checking whether build environment is sane >| configure:4352: result: yes >| configure:4511: checking for a race-free mkdir -p >| configure:4555: result: /bin/mkdir -p >| configure:4562: checking for gawk >| configure:4583: found /usr/bin/gawk >| configure:4594: result: gawk >| configure:4605: checking whether make sets $(MAKE) >| configure:4628: result: yes >| configure:4658: checking whether make supports nested variables >| configure:4676: result: yes >| configure:4829: checking whether make supports nested variables >| configure:4847: result: yes >| configure:4865: checking build system type >| configure:4880: result: x86_64-gentoo-linux-musl >| configure:4900: checking host system type >| configure:4914: result: x86_64-gentoo-linux-musl >| configure:4941: autobuild project... GNU Mailutils >| configure:4947: autobuild revision... 3.15 >| configure:4952: autobuild hostname... gf.packet.net >| configure:4963: autobuild timestamp... 20220921T080209Z >| configure:5033: checking for x86_64-gentoo-linux-musl-gcc >| configure:5054: found /usr/bin/x86_64-gentoo-linux-musl-gcc >| configure:5065: result: x86_64-gentoo-linux-musl-gcc >| configure:5463: checking for C compiler version >| configure:5472: x86_64-gentoo-linux-musl-gcc --version >&5 >| x86_64-gentoo-linux-musl-gcc (Gentoo Hardened 12.2.0 p9) 12.2.0 >| Copyright (C) 2022 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:5483: $? = 0 >| configure:5472: x86_64-gentoo-linux-musl-gcc -v >&5 >| Using built-in specs. >| COLLECT_GCC=x86_64-gentoo-linux-musl-gcc >| COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-gentoo-linux-musl/12.2.0/lto-wrapper >| Target: x86_64-gentoo-linux-musl >| Configured with: /var/tmp/portage/sys-devel/gcc-12.2.0/work/gcc-12.2.0/configure --host=x86_64-gentoo-linux-musl --build=x86_64-gentoo-linux-musl --prefix=/usr --bindir=/usr/x86_64-gentoo-linux-musl/gcc-bin/12.2.0 --includedir=/usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/include --datadir=/usr/share/gcc-data/x86_64-gentoo-linux-musl/12.2.0 --mandir=/usr/share/gcc-data/x86_64-gentoo-linux-musl/12.2.0/man --infodir=/usr/share/gcc-data/x86_64-gentoo-linux-musl/12.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-gentoo-linux-musl/12.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 12.2.0 p9' --enable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-multilib --with-multilib-list=m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --with-isl --disable-isl-version-check --disable-libsanitizer --enable-default-pie --enable-default-ssp --with-build-config=bootstrap-lto >| Thread model: posix >| Supported LTO compression algorithms: zlib >| gcc version 12.2.0 (Gentoo Hardened 12.2.0 p9) >| configure:5483: $? = 0 >| configure:5472: x86_64-gentoo-linux-musl-gcc -V >&5 >| x86_64-gentoo-linux-musl-gcc: error: unrecognized command-line option '-V' >| x86_64-gentoo-linux-musl-gcc: fatal error: no input files >| compilation terminated. >| configure:5483: $? = 1 >| configure:5472: x86_64-gentoo-linux-musl-gcc -qversion >&5 >| x86_64-gentoo-linux-musl-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? >| x86_64-gentoo-linux-musl-gcc: fatal error: no input files >| compilation terminated. >| configure:5483: $? = 1 >| configure:5472: x86_64-gentoo-linux-musl-gcc -version >&5 >| x86_64-gentoo-linux-musl-gcc: error: unrecognized command-line option '-version' >| x86_64-gentoo-linux-musl-gcc: fatal error: no input files >| compilation terminated. >| configure:5483: $? = 1 >| configure:5503: checking whether the C compiler works >| configure:5525: x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:5529: $? = 0 >| configure:5579: result: yes >| configure:5582: checking for C compiler default output file name >| configure:5584: result: a.out >| configure:5590: checking for suffix of executables >| configure:5597: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:5601: $? = 0 >| configure:5624: result: >| configure:5646: checking whether we are cross compiling >| configure:5654: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:5658: $? = 0 >| configure:5665: ./conftest >| configure:5669: $? = 0 >| configure:5684: result: no >| configure:5689: checking for suffix of object files >| configure:5712: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:5716: $? = 0 >| configure:5738: result: o >| configure:5742: checking whether the compiler supports GNU C >| configure:5762: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:5762: $? = 0 >| configure:5772: result: yes >| configure:5783: checking whether x86_64-gentoo-linux-musl-gcc accepts -g >| configure:5804: x86_64-gentoo-linux-musl-gcc -c -g conftest.c >&5 >| configure:5804: $? = 0 >| configure:5848: result: yes >| configure:5868: checking for x86_64-gentoo-linux-musl-gcc option to enable C11 features >| configure:5883: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:5883: $? = 0 >| configure:5901: result: none needed >| configure:6017: checking whether x86_64-gentoo-linux-musl-gcc understands -c and -o together >| configure:6040: x86_64-gentoo-linux-musl-gcc -c conftest.c -o conftest2.o >| configure:6043: $? = 0 >| configure:6040: x86_64-gentoo-linux-musl-gcc -c conftest.c -o conftest2.o >| configure:6043: $? = 0 >| configure:6055: result: yes >| configure:6075: checking whether make supports the include directive >| configure:6090: make -f confmf.GNU && cat confinc.out >| this is the am__doit target >| configure:6093: $? = 0 >| configure:6112: result: yes (GNU style) >| configure:6138: checking dependency style of x86_64-gentoo-linux-musl-gcc >| configure:6250: result: none >| configure:6271: checking for stdio.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for stdlib.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for string.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for inttypes.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for stdint.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for strings.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for sys/stat.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for sys/types.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for unistd.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for wctype.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for limits.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for wchar.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for sys/mman.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for features.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6271: checking for sys/param.h >| configure:6271: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6271: $? = 0 >| configure:6271: result: yes >| configure:6297: checking for minix/config.h >| configure:6297: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c:55:10: fatal error: minix/config.h: No such file or directory >| 55 | #include <minix/config.h> >| | ^~~~~~~~~~~~~~~~ >| compilation terminated. >| configure:6297: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <minix/config.h> >| configure:6297: result: no >| configure:6321: checking whether it is safe to define __EXTENSIONS__ >| configure:6340: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6340: $? = 0 >| configure:6348: result: yes >| configure:6377: checking whether _XOPEN_SOURCE should be defined >| configure:6397: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6397: $? = 0 >| configure:6423: result: no >| configure:6440: checking how to run the C preprocessor >| configure:6466: x86_64-gentoo-linux-musl-gcc -E conftest.c >| configure:6466: $? = 0 >| configure:6481: x86_64-gentoo-linux-musl-gcc -E conftest.c >| conftest.c:40:10: fatal error: ac_nonexistent.h: No such file or directory >| 40 | #include <ac_nonexistent.h> >| | ^~~~~~~~~~~~~~~~~~ >| compilation terminated. >| configure:6481: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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 >| | /* end confdefs.h. */ >| | #include <ac_nonexistent.h> >| configure:6508: result: x86_64-gentoo-linux-musl-gcc -E >| configure:6522: x86_64-gentoo-linux-musl-gcc -E conftest.c >| configure:6522: $? = 0 >| configure:6537: x86_64-gentoo-linux-musl-gcc -E conftest.c >| conftest.c:40:10: fatal error: ac_nonexistent.h: No such file or directory >| 40 | #include <ac_nonexistent.h> >| | ^~~~~~~~~~~~~~~~~~ >| compilation terminated. >| configure:6537: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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 >| | /* end confdefs.h. */ >| | #include <ac_nonexistent.h> >| configure:6568: checking for grep that handles long lines and -e >| configure:6632: result: /bin/grep >| configure:6637: checking for egrep >| configure:6705: result: /bin/grep -E >| configure:6713: checking for Minix Amsterdam compiler >| configure:6739: result: no >| configure:6756: checking for x86_64-gentoo-linux-musl-ar >| configure:6777: found /usr/bin/x86_64-gentoo-linux-musl-ar >| configure:6788: result: x86_64-gentoo-linux-musl-ar >| configure:6863: checking the archiver (x86_64-gentoo-linux-musl-ar) interface >| configure:6880: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:6880: $? = 0 >| configure:6883: x86_64-gentoo-linux-musl-ar cru libconftest.a conftest.o >&5 >| configure:6886: $? = 0 >| configure:6914: result: ar >| configure:6939: checking for x86_64-gentoo-linux-musl-ar >| configure:6971: result: x86_64-gentoo-linux-musl-ar >| configure:7051: checking for x86_64-gentoo-linux-musl-ranlib >| configure:7072: found /usr/bin/x86_64-gentoo-linux-musl-ranlib >| configure:7083: result: x86_64-gentoo-linux-musl-ranlib >| configure:7171: autobuild project... GNU Mailutils >| configure:7177: autobuild revision... 3.15 >| configure:7182: autobuild hostname... gf.packet.net >| configure:7193: autobuild timestamp... 20220921T080211Z >| configure:7266: checking for x86_64-gentoo-linux-musl-g++ >| configure:7287: found /usr/bin/x86_64-gentoo-linux-musl-g++ >| configure:7298: result: x86_64-gentoo-linux-musl-g++ >| configure:7374: checking for C++ compiler version >| configure:7383: x86_64-gentoo-linux-musl-g++ --version >&5 >| x86_64-gentoo-linux-musl-g++ (Gentoo Hardened 12.2.0 p9) 12.2.0 >| Copyright (C) 2022 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:7394: $? = 0 >| configure:7383: x86_64-gentoo-linux-musl-g++ -v >&5 >| Using built-in specs. >| COLLECT_GCC=x86_64-gentoo-linux-musl-g++ >| COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-gentoo-linux-musl/12.2.0/lto-wrapper >| Target: x86_64-gentoo-linux-musl >| Configured with: /var/tmp/portage/sys-devel/gcc-12.2.0/work/gcc-12.2.0/configure --host=x86_64-gentoo-linux-musl --build=x86_64-gentoo-linux-musl --prefix=/usr --bindir=/usr/x86_64-gentoo-linux-musl/gcc-bin/12.2.0 --includedir=/usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/include --datadir=/usr/share/gcc-data/x86_64-gentoo-linux-musl/12.2.0 --mandir=/usr/share/gcc-data/x86_64-gentoo-linux-musl/12.2.0/man --infodir=/usr/share/gcc-data/x86_64-gentoo-linux-musl/12.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-gentoo-linux-musl/12.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 12.2.0 p9' --enable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-multilib --with-multilib-list=m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --with-isl --disable-isl-version-check --disable-libsanitizer --enable-default-pie --enable-default-ssp --with-build-config=bootstrap-lto >| Thread model: posix >| Supported LTO compression algorithms: zlib >| gcc version 12.2.0 (Gentoo Hardened 12.2.0 p9) >| configure:7394: $? = 0 >| configure:7383: x86_64-gentoo-linux-musl-g++ -V >&5 >| x86_64-gentoo-linux-musl-g++: error: unrecognized command-line option '-V' >| x86_64-gentoo-linux-musl-g++: fatal error: no input files >| compilation terminated. >| configure:7394: $? = 1 >| configure:7383: x86_64-gentoo-linux-musl-g++ -qversion >&5 >| x86_64-gentoo-linux-musl-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? >| x86_64-gentoo-linux-musl-g++: fatal error: no input files >| compilation terminated. >| configure:7394: $? = 1 >| configure:7398: checking whether the compiler supports GNU C++ >| configure:7418: x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.cpp >&5 >| configure:7418: $? = 0 >| configure:7428: result: yes >| configure:7439: checking whether x86_64-gentoo-linux-musl-g++ accepts -g >| configure:7460: x86_64-gentoo-linux-musl-g++ -c -g conftest.cpp >&5 >| configure:7460: $? = 0 >| configure:7504: result: yes >| configure:7524: checking for x86_64-gentoo-linux-musl-g++ option to enable C++11 features >| configure:7539: x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.cpp >&5 >| conftest.cpp: In function 'int main(int, char**)': >| conftest.cpp:206:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] >| 206 | cxx11test::delegate d2(); >| | ^~ >| conftest.cpp:206:25: note: remove parentheses to default-initialize a variable >| 206 | cxx11test::delegate d2(); >| | ^~ >| | -- >| conftest.cpp:206:25: note: or replace parentheses with braces to value-initialize a variable >| configure:7539: $? = 0 >| configure:7557: result: none needed >| configure:7623: checking dependency style of x86_64-gentoo-linux-musl-g++ >| configure:7735: result: none >| configure:7751: checking whether ln -s works >| configure:7755: result: yes >| configure:7765: checking for bison >| configure:7788: found /usr/bin/bison >| configure:7801: result: /usr/bin/bison >| configure:7812: checking for flex >| configure:7835: found /usr/bin/flex >| configure:7848: result: /usr/bin/flex >| configure:7906: checking how to print strings >| configure:7933: result: printf >| configure:7954: checking for a sed that does not truncate output >| configure:8024: result: /bin/sed >| configure:8042: checking for fgrep >| configure:8110: result: /bin/grep -F >| configure:8146: checking for ld used by x86_64-gentoo-linux-musl-gcc >| configure:8214: result: /usr/x86_64-gentoo-linux-musl/bin/ld >| configure:8221: checking if the linker (/usr/x86_64-gentoo-linux-musl/bin/ld) is GNU ld >| configure:8237: result: yes >| configure:8249: checking for BSD- or MS-compatible name lister (nm) >| configure:8304: result: /usr/bin/x86_64-gentoo-linux-musl-nm -B >| configure:8444: checking the name lister (/usr/bin/x86_64-gentoo-linux-musl-nm -B) interface >| configure:8452: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:8455: /usr/bin/x86_64-gentoo-linux-musl-nm -B "conftest.o" >| configure:8458: output >| 0000000000000000 B some_variable >| configure:8465: result: BSD nm >| configure:8469: checking the maximum length of command line arguments >| configure:8606: result: 98304 >| configure:8654: checking how to convert x86_64-gentoo-linux-musl file names to x86_64-gentoo-linux-musl format >| configure:8695: result: func_convert_file_noop >| configure:8702: checking how to convert x86_64-gentoo-linux-musl file names to toolchain format >| configure:8723: result: func_convert_file_noop >| configure:8730: checking for /usr/x86_64-gentoo-linux-musl/bin/ld option to reload object files >| configure:8738: result: -r >| configure:8772: checking for x86_64-gentoo-linux-musl-file >| configure:8807: result: no >| configure:8817: checking for file >| configure:8838: found /usr/bin/file >| configure:8849: result: file >| configure:8880: checking for x86_64-gentoo-linux-musl-objdump >| configure:8901: found /usr/bin/x86_64-gentoo-linux-musl-objdump >| configure:8912: result: x86_64-gentoo-linux-musl-objdump >| configure:8989: checking how to recognize dependent libraries >| configure:9190: result: pass_all >| configure:9235: checking for x86_64-gentoo-linux-musl-dlltool >| configure:9270: result: no >| configure:9280: checking for dlltool >| configure:9315: result: no >| configure:9345: checking how to associate runtime and link libraries >| configure:9373: result: printf %s\n >| configure:9389: checking for x86_64-gentoo-linux-musl-ar >| configure:9421: result: x86_64-gentoo-linux-musl-ar >| configure:9523: checking for archiver @FILE support >| configure:9541: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:9541: $? = 0 >| configure:9545: x86_64-gentoo-linux-musl-ar cr libconftest.a @conftest.lst >&5 >| configure:9548: $? = 0 >| configure:9553: x86_64-gentoo-linux-musl-ar cr libconftest.a @conftest.lst >&5 >| x86_64-gentoo-linux-musl-ar: conftest.o: No such file or directory >| configure:9556: $? = 1 >| configure:9568: result: @ >| configure:9586: checking for x86_64-gentoo-linux-musl-strip >| configure:9607: found /usr/bin/x86_64-gentoo-linux-musl-strip >| configure:9618: result: x86_64-gentoo-linux-musl-strip >| configure:9695: checking for x86_64-gentoo-linux-musl-ranlib >| configure:9727: result: x86_64-gentoo-linux-musl-ranlib >| configure:9874: checking command to parse /usr/bin/x86_64-gentoo-linux-musl-nm -B output from x86_64-gentoo-linux-musl-gcc object >| configure:10028: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:10031: $? = 0 >| configure:10035: /usr/bin/x86_64-gentoo-linux-musl-nm -B conftest.o \| /bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed '/ __gnu_lto/d' \> conftest.nm >| configure:10038: $? = 0 >| configure:10104: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c conftstm.o >&5 >| configure:10107: $? = 0 >| configure:10145: result: ok >| configure:10192: checking for sysroot >| configure:10223: result: / >| configure:10230: checking for a working dd >| configure:10274: result: /bin/dd >| configure:10278: checking how to truncate binary pipes >| configure:10294: result: /bin/dd bs=4096 count=1 >| configure:10431: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:10434: $? = 0 >| configure:10586: checking for x86_64-gentoo-linux-musl-mt >| configure:10621: result: no >| configure:10631: checking for mt >| configure:10666: result: no >| configure:10686: checking if : is a manifest tool >| configure:10693: : '-?' >| configure:10701: result: no >| configure:11422: checking for dlfcn.h >| configure:11422: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:11422: $? = 0 >| configure:11422: result: yes >| configure:11692: checking for objdir >| configure:11708: result: .libs >| configure:11972: checking if x86_64-gentoo-linux-musl-gcc supports -fno-rtti -fno-exceptions >| configure:11991: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -fno-rtti -fno-exceptions conftest.c >&5 >| cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C >| configure:11995: $? = 0 >| configure:12008: result: no >| configure:12366: checking for x86_64-gentoo-linux-musl-gcc option to produce PIC >| configure:12374: result: -fPIC -DPIC >| configure:12382: checking if x86_64-gentoo-linux-musl-gcc PIC flag -fPIC -DPIC works >| configure:12401: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -fPIC -DPIC -DPIC conftest.c >&5 >| configure:12405: $? = 0 >| configure:12418: result: yes >| configure:12447: checking if x86_64-gentoo-linux-musl-gcc static flag -static works >| configure:12476: result: yes >| configure:12491: checking if x86_64-gentoo-linux-musl-gcc supports -c -o file.o >| configure:12513: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -o out/conftest2.o conftest.c >&5 >| configure:12517: $? = 0 >| configure:12539: result: yes >| configure:12547: checking if x86_64-gentoo-linux-musl-gcc supports -c -o file.o >| configure:12595: result: yes >| configure:12628: checking whether the x86_64-gentoo-linux-musl-gcc linker (/usr/x86_64-gentoo-linux-musl/bin/ld -m elf_x86_64) supports shared libraries >| configure:13896: result: yes >| configure:13933: checking whether -lc should be explicitly linked in >| configure:13942: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:13945: $? = 0 >| configure:13960: x86_64-gentoo-linux-musl-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >| configure:13963: $? = 0 >| configure:13977: result: no >| configure:14137: checking dynamic linker characteristics >| configure:14732: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-rpath -Wl,/foo conftest.c >&5 >| configure:14732: $? = 0 >| configure:14971: result: GNU/Linux ld.so >| configure:15093: checking how to hardcode library paths into programs >| configure:15118: result: immediate >| configure:15700: checking whether stripping libraries is possible >| configure:15709: result: yes >| configure:15751: checking if libtool supports shared libraries >| configure:15753: result: yes >| configure:15756: checking whether to build shared libraries >| configure:15781: result: yes >| configure:15784: checking whether to build static libraries >| configure:15788: result: no >| configure:15811: checking how to run the C++ preprocessor >| configure:15833: x86_64-gentoo-linux-musl-g++ -E conftest.cpp >| configure:15833: $? = 0 >| configure:15848: x86_64-gentoo-linux-musl-g++ -E conftest.cpp >| conftest.cpp:42:10: fatal error: ac_nonexistent.h: No such file or directory >| 42 | #include <ac_nonexistent.h> >| | ^~~~~~~~~~~~~~~~~~ >| compilation terminated. >| configure:15848: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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 <ac_nonexistent.h> >| configure:15875: result: x86_64-gentoo-linux-musl-g++ -E >| configure:15889: x86_64-gentoo-linux-musl-g++ -E conftest.cpp >| configure:15889: $? = 0 >| configure:15904: x86_64-gentoo-linux-musl-g++ -E conftest.cpp >| conftest.cpp:42:10: fatal error: ac_nonexistent.h: No such file or directory >| 42 | #include <ac_nonexistent.h> >| | ^~~~~~~~~~~~~~~~~~ >| compilation terminated. >| configure:15904: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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 <ac_nonexistent.h> >| configure:16069: checking for ld used by x86_64-gentoo-linux-musl-g++ >| configure:16137: result: /usr/x86_64-gentoo-linux-musl/bin/ld -m elf_x86_64 >| configure:16144: checking if the linker (/usr/x86_64-gentoo-linux-musl/bin/ld -m elf_x86_64) is GNU ld >| configure:16160: result: yes >| configure:16215: checking whether the x86_64-gentoo-linux-musl-g++ linker (/usr/x86_64-gentoo-linux-musl/bin/ld -m elf_x86_64) supports shared libraries >| configure:17293: result: yes >| configure:17329: x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.cpp >&5 >| configure:17332: $? = 0 >| configure:17813: checking for x86_64-gentoo-linux-musl-g++ option to produce PIC >| configure:17821: result: -fPIC -DPIC >| configure:17829: checking if x86_64-gentoo-linux-musl-g++ PIC flag -fPIC -DPIC works >| configure:17848: x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -fPIC -DPIC -DPIC conftest.cpp >&5 >| configure:17852: $? = 0 >| configure:17865: result: yes >| configure:17888: checking if x86_64-gentoo-linux-musl-g++ static flag -static works >| configure:17917: result: yes >| configure:17929: checking if x86_64-gentoo-linux-musl-g++ supports -c -o file.o >| configure:17951: x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -o out/conftest2.o conftest.cpp >&5 >| configure:17955: $? = 0 >| configure:17977: result: yes >| configure:17982: checking if x86_64-gentoo-linux-musl-g++ supports -c -o file.o >| configure:18030: result: yes >| configure:18060: checking whether the x86_64-gentoo-linux-musl-g++ linker (/usr/x86_64-gentoo-linux-musl/bin/ld -m elf_x86_64) supports shared libraries >| configure:18100: result: yes >| configure:18242: checking dynamic linker characteristics >| configure:19003: result: GNU/Linux ld.so >| configure:19068: checking how to hardcode library paths into programs >| configure:19093: result: immediate >| configure:19167: checking whether NLS is requested >| configure:19177: result: yes >| configure:19217: checking for msgfmt >| configure: trying /usr/bin/msgfmt... >| 0 translated messages. >| configure:19250: result: /usr/bin/msgfmt >| configure:19259: checking for gmsgfmt >| configure:19282: found /usr/bin/gmsgfmt >| configure:19295: result: /usr/bin/gmsgfmt >| configure:19345: checking for xgettext >| configure: trying /usr/bin/xgettext... >| /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C >| configure:19378: result: /usr/bin/xgettext >| configure:19423: checking for msgmerge >| configure: trying /usr/bin/msgmerge... >| configure:19455: result: /usr/bin/msgmerge >| configure:19514: checking for ld used by x86_64-gentoo-linux-musl-gcc >| configure:19582: result: /usr/x86_64-gentoo-linux-musl/bin/ld -m elf_x86_64 >| configure:19589: checking if the linker (/usr/x86_64-gentoo-linux-musl/bin/ld -m elf_x86_64) is GNU ld >| configure:19605: result: yes >| configure:19613: checking for shared library run path origin >| configure:19627: result: done >| configure:20203: checking for CFPreferencesCopyAppValue >| configure:20222: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 >| conftest.c:42:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory >| 42 | #include <CoreFoundation/CFPreferences.h> >| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >| compilation terminated. >| configure:20222: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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 <CoreFoundation/CFPreferences.h> >| | int >| | main (void) >| | { >| | CFPreferencesCopyAppValue(NULL, NULL) >| | ; >| | return 0; >| | } >| configure:20232: result: no >| configure:20239: checking for CFLocaleCopyCurrent >| configure:20258: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 >| conftest.c:42:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory >| 42 | #include <CoreFoundation/CFLocale.h> >| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >| compilation terminated. >| configure:20258: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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 <CoreFoundation/CFLocale.h> >| | int >| | main (void) >| | { >| | CFLocaleCopyCurrent(); >| | ; >| | return 0; >| | } >| configure:20268: result: no >| configure:20317: checking for GNU gettext in libc >| configure:20347: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:20347: $? = 0 >| configure:20357: result: yes >| configure:21214: checking whether to use NLS >| configure:21216: result: yes >| configure:21219: checking where the gettext function comes from >| configure:21230: result: libc >| configure:21318: checking for iconv >| configure:21343: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:21343: $? = 0 >| configure:21379: result: yes >| configure:21382: checking for working iconv >| configure:21513: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:21513: $? = 0 >| configure:21513: ./conftest >| configure:21513: $? = 0 >| configure:21526: result: yes >| configure:21554: checking for iconv declaration >| configure:21584: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:21584: $? = 0 >| configure:21595: result: >| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >| configure:21605: checking for iconv.h >| configure:21605: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:21605: $? = 0 >| configure:21605: result: yes >| configure:21612: checking for iconv_t >| configure:21612: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:21612: $? = 0 >| configure:21612: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:57:22: error: expected expression before ')' token >| 57 | if (sizeof ((iconv_t))) >| | ^ >| configure:21612: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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 <iconv.h> >| | #endif >| | >| | >| | int >| | main (void) >| | { >| | if (sizeof ((iconv_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:21612: result: yes >| configure:21651: checking for special C compiler options needed for large files >| configure:21699: result: no >| configure:21705: checking for _FILE_OFFSET_BITS value needed for large files >| configure:21731: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:21731: $? = 0 >| configure:21765: result: no >| configure:21856: checking for size_t >| configure:21856: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:21856: $? = 0 >| configure:21856: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:79:21: error: expected expression before ')' token >| 79 | if (sizeof ((size_t))) >| | ^ >| configure:21856: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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 <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((size_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:21856: result: yes >| configure:21868: checking for working alloca.h >| configure:21886: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:21886: $? = 0 >| configure:21895: result: yes >| configure:21903: checking for alloca >| configure:21948: result: yes >| configure:22152: checking if environ is properly declared >| configure:22176: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c:56:39: error: conflicting types for 'environ'; have 'struct <anonymous>' >| 56 | extern struct { int foo; } environ; >| | ^~~~~~~ >| In file included from conftest.c:51: >| /usr/include/unistd.h:188:15: note: previous declaration of 'environ' with type 'char **' >| 188 | extern char **environ; >| | ^~~~~~~ >| configure:22176: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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 >| | /* end confdefs.h. */ >| | #if HAVE_UNISTD_H >| | #include <unistd.h> >| | #endif >| | /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>. */ >| | #include <stdlib.h> >| | >| | extern struct { int foo; } environ; >| | int >| | main (void) >| | { >| | environ.foo = 1; >| | ; >| | return 0; >| | } >| configure:22185: result: yes >| configure:22201: checking for off_t >| configure:22201: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:22201: $? = 0 >| configure:22201: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:82:20: error: expected expression before ')' token >| 82 | if (sizeof ((off_t))) >| | ^ >| configure:22201: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_ENVIRON_DECL 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((off_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:22201: result: yes >| configure:22226: checking for iswcntrl >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| conftest.c:67:6: warning: conflicting types for built-in function 'iswcntrl'; expected 'int(unsigned int)' [-Wbuiltin-declaration-mismatch] >| 67 | char iswcntrl (void); >| | ^~~~~~~~ >| conftest.c:59:1: note: 'iswcntrl' is declared in header '<wctype.h>' >| 58 | #include <limits.h> >| 59 | #undef iswcntrl >| configure:22226: $? = 0 >| configure:22226: result: yes >| configure:22226: checking for iswblank >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| conftest.c:68:6: warning: conflicting types for built-in function 'iswblank'; expected 'int(unsigned int)' [-Wbuiltin-declaration-mismatch] >| 68 | char iswblank (void); >| | ^~~~~~~~ >| conftest.c:60:1: note: 'iswblank' is declared in header '<wctype.h>' >| 59 | #include <limits.h> >| 60 | #undef iswblank >| configure:22226: $? = 0 >| configure:22226: result: yes >| configure:22226: checking for symlink >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:22226: $? = 0 >| configure:22226: result: yes >| configure:22226: checking for mbsinit >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:22226: $? = 0 >| configure:22226: result: yes >| configure:22226: checking for mbrtowc >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:22226: $? = 0 >| configure:22226: result: yes >| configure:22226: checking for mbslen >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| /usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: /var/tmp/portage/net-mail/mailutils-3.15/temp/ccobCAFp.o: in function `main': >| conftest.c:(.text.startup+0x5): undefined reference to `mbslen' >| collect2: error: ld returned 1 exit status >| configure:22226: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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 <limits.h> declares mbslen. >| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| | #define mbslen innocuous_mbslen >| | >| | /* System header to define __stub macros and hopefully few prototypes, >| | which can conflict with char mbslen (void); below. */ >| | >| | #include <limits.h> >| | #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 (void); >| | /* 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 (void) >| | { >| | return mbslen (); >| | ; >| | return 0; >| | } >| configure:22226: result: no >| configure:22226: checking for isascii >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| conftest.c:72:6: warning: conflicting types for built-in function 'isascii'; expected 'int(int)' [-Wbuiltin-declaration-mismatch] >| 72 | char isascii (void); >| | ^~~~~~~ >| configure:22226: $? = 0 >| configure:22226: result: yes >| configure:22226: checking for mprotect >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:22226: $? = 0 >| configure:22226: result: yes >| configure:22226: checking for setenv >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:22226: $? = 0 >| configure:22226: result: yes >| configure:22226: checking for wcwidth >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:22226: $? = 0 >| configure:22226: result: yes >| configure:22226: checking for getpagesize >| configure:22226: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:22226: $? = 0 >| configure:22226: result: yes >| configure:22236: checking for wint_t >| configure:22262: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:22262: $? = 0 >| configure:22270: result: yes >| configure:22280: checking whether the preprocessor supports include_next >| configure:22319: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Iconftestd1b -Iconftestd2 conftest.c >&5 >| configure:22319: $? = 0 >| configure:22342: result: yes >| configure:22363: checking whether system header files limit the line length >| configure:22388: result: no >| configure:22398: checking for x86_64-gentoo-linux-musl-gcc options needed to detect all undeclared functions >| configure:22420: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:66:8: error: 'strchr' undeclared (first use in this function) >| 66 | (void) strchr; >| | ^~~~~~ >| conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'? >| 1 | /* confdefs.h */ >| conftest.c:66:8: note: each undeclared identifier is reported only once for each function it appears in >| 66 | (void) strchr; >| | ^~~~~~ >| configure:22420: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 1 >| | #define HAVE_WINT_T 1 >| | /* end confdefs.h. */ >| | >| | int >| | main (void) >| | { >| | (void) strchr; >| | ; >| | return 0; >| | } >| configure:22447: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:22447: $? = 0 >| configure:22464: result: none needed >| configure:22579: checking whether iswcntrl works >| configure:22626: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:22626: $? = 0 >| configure:22626: ./conftest >| configure:22626: $? = 0 >| configure:22638: result: yes >| configure:22660: checking for towlower >| configure:22660: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| conftest.c:78:6: warning: conflicting types for built-in function 'towlower'; expected 'unsigned int(unsigned int)' [-Wbuiltin-declaration-mismatch] >| 78 | char towlower (void); >| | ^~~~~~~~ >| conftest.c:70:1: note: 'towlower' is declared in header '<wctype.h>' >| 69 | #include <limits.h> >| 70 | #undef towlower >| configure:22660: $? = 0 >| configure:22660: result: yes >| configure:22704: checking for wctype_t >| configure:22733: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:22733: $? = 0 >| configure:22742: result: yes >| configure:22748: checking for wctrans_t >| configure:22775: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:22775: $? = 0 >| configure:22784: result: yes >| configure:22793: checking whether wctype is declared without a macro >| configure:22823: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:22823: $? = 0 >| configure:22832: result: yes >| configure:22793: checking whether iswctype is declared without a macro >| configure:22823: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:22823: $? = 0 >| configure:22832: result: yes >| configure:22793: checking whether wctrans is declared without a macro >| configure:22823: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:22823: $? = 0 >| configure:22832: result: yes >| configure:22793: checking whether towctrans is declared without a macro >| configure:22823: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:22823: $? = 0 >| configure:22832: result: yes >| configure:22928: checking whether limits.h has ULLONG_WIDTH etc. >| configure:22949: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c:71:38: error: 'ULLONG_WIDTH' undeclared here (not in a function) >| 71 | int ullw = ULLONG_WIDTH; >| | ^~~~~~~~~~~~ >| configure:22949: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 <limits.h> >| | int ullw = ULLONG_WIDTH; >| | int >| | main (void) >| | { >| | >| | ; >| | return 0; >| | } >| configure:22957: result: no >| configure:22975: checking for nl_langinfo and CODESET >| configure:22992: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:22992: $? = 0 >| configure:23002: result: yes >| configure:23016: checking for working fcntl.h >| configure:23121: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:23121: $? = 0 >| configure:23121: ./conftest >| configure:23121: $? = 0 >| configure:23137: result: yes >| configure:23156: checking whether getc_unlocked is declared >| configure:23156: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:23156: $? = 0 >| configure:23156: result: yes >| configure:23166: checking whether we are using the GNU C Library >= 2.1 or uClibc >| configure:23198: result: no >| configure:23205: checking for GNU libc compatible malloc >| configure:23237: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:23237: $? = 0 >| configure:23237: ./conftest >| configure:23237: $? = 0 >| configure:23248: result: yes >| configure:23262: checking for unsigned long long int >| configure:23302: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:23302: $? = 0 >| configure:23312: result: yes >| configure:23322: checking for long long int >| configure:23362: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:23362: $? = 0 >| configure:23362: ./conftest >| configure:23362: $? = 0 >| configure:23375: result: yes >| configure:23385: checking for mbstate_t >| configure:23410: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:23410: $? = 0 >| configure:23418: result: yes >| configure:23528: checking for a traditional japanese locale >| configure:23599: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:23602: $? = 0 >| configure:23660: result: none >| configure:23668: checking for a transitional chinese locale >| configure:23740: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:23743: $? = 0 >| configure:23794: result: none >| configure:23801: checking for a french Unicode locale >| configure:23874: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:23877: $? = 0 >| configure:23923: result: none >| configure:24015: checking for mmap >| configure:24015: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:24015: $? = 0 >| configure:24015: result: yes >| configure:24027: checking for MAP_ANONYMOUS >| configure:24066: result: yes >| configure:24088: checking whether memchr works >| configure:24153: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:24153: $? = 0 >| configure:24153: ./conftest >| configure:24153: $? = 0 >| configure:24164: result: yes >| configure:24181: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c:77:10: error: unknown type name 'not' >| 77 | not a universal capable compiler >| | ^~~ >| conftest.c:77:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' >| 77 | not a universal capable compiler >| | ^~~~~~~~~ >| conftest.c:77:16: error: unknown type name 'universal' >| configure:24181: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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:24294: checking whether setenv is declared >| configure:24294: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:24294: $? = 0 >| configure:24294: result: yes >| configure:24315: checking for search.h >| configure:24315: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:24315: $? = 0 >| configure:24315: result: yes >| configure:24322: checking for tsearch >| configure:24322: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:24322: $? = 0 >| configure:24322: result: yes >| configure:24331: checking for stdbool.h that conforms to C99 >| configure:24407: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:24407: $? = 0 >| configure:24415: result: yes >| configure:24417: checking for _Bool >| configure:24417: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:24417: $? = 0 >| configure:24417: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:110:20: error: expected expression before ')' token >| 110 | if (sizeof ((_Bool))) >| | ^ >| configure:24417: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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 <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((_Bool))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:24417: result: yes >| configure:24433: checking for wchar_t >| configure:24451: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:24451: $? = 0 >| configure:24459: result: yes >| configure:24595: checking whether stdint.h conforms to C99 >| configure:24767: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:24767: $? = 0 >| configure:24851: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:24851: $? = 0 >| configure:24851: ./conftest >| configure:24851: $? = 0 >| configure:24864: result: yes >| configure:24874: checking whether stdint.h predates C++11 >| configure:24911: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:24911: $? = 0 >| configure:24917: result: no >| configure:24928: checking whether stdint.h has UINTMAX_WIDTH etc. >| configure:24965: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c:99:22: error: 'UINTMAX_WIDTH' undeclared here (not in a function); did you mean 'UINTMAX_MAX'? >| 99 | int iw = UINTMAX_WIDTH; >| | ^~~~~~~~~~~~~ >| | UINTMAX_MAX >| configure:24965: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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 <stdint.h> >| | >| | /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be >| | included before <wchar.h>. */ >| | #include <stddef.h> >| | #include <signal.h> >| | #if HAVE_WCHAR_H >| | # include <stdio.h> >| | # include <time.h> >| | # include <wchar.h> >| | #endif >| | >| | int iw = UINTMAX_WIDTH; >| | >| | int >| | main (void) >| | { >| | >| | ; >| | return 0; >| | } >| configure:24971: result: no >| configure:25321: checking for C/C++ restrict keyword >| configure:25349: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25349: $? = 0 >| configure:25358: result: __restrict >| configure:25448: checking whether ffsl is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether ffsll is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether memmem is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether mempcpy is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether memrchr is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether rawmemchr is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:93:10: error: 'rawmemchr' undeclared (first use in this function); did you mean 'memchr'? >| 93 | (void) rawmemchr; >| | ^~~~~~~~~ >| | memchr >| conftest.c:93:10: note: each undeclared identifier is reported only once for each function it appears in >| configure:25467: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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 >| | /* end confdefs.h. */ >| | #include <string.h> >| | >| | int >| | main (void) >| | { >| | #undef rawmemchr >| | (void) rawmemchr; >| | ; >| | return 0; >| | } >| configure:25476: result: no >| configure:25448: checking whether stpcpy is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether stpncpy is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strchrnul is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strdup is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strncat is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strndup is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strnlen is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strpbrk is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strsep is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strcasestr is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strtok_r is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strerror_r is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strsignal is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25448: checking whether strverscmp is declared without a macro >| configure:25467: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25467: $? = 0 >| configure:25476: result: yes >| configure:25492: checking for pid_t >| configure:25492: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25492: $? = 0 >| configure:25492: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:133:20: error: expected expression before ')' token >| 133 | if (sizeof ((pid_t))) >| | ^ >| configure:25492: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | >| | int >| | main (void) >| | { >| | if (sizeof ((pid_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:25492: result: yes >| configure:25528: checking for mode_t >| configure:25528: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25528: $? = 0 >| configure:25528: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:132:21: error: expected expression before ')' token >| 132 | if (sizeof ((mode_t))) >| | ^ >| configure:25528: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((mode_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:25528: result: yes >| configure:25655: checking whether <wchar.h> uses 'inline' correctly >| configure:25680: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest1.c >&5 >| cc1: fatal error: conftest1.c: No such file or directory >| compilation terminated. >| configure:25683: $? = 1 >| configure:25717: result: yes >| configure:25771: checking for alloca as a compiler built-in >| configure:25797: result: yes >| configure:25899: checking whether iswblank is declared >| configure:25899: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:25899: $? = 0 >| configure:25899: result: yes >| configure:26001: checking whether mbrtowc handles incomplete characters >| configure:26061: result: guessing yes >| configure:26067: checking whether mbrtowc works as well as mbtowc >| configure:26131: result: guessing yes >| configure:26180: checking whether mbrtowc handles a NULL pwc argument >| configure:26254: result: guessing yes >| configure:26260: checking whether mbrtowc handles a NULL string argument >| configure:26322: result: guessing yes >| configure:26330: checking whether mbrtowc has a correct return value >| configure:26463: result: guessing yes >| configure:26469: checking whether mbrtowc returns 0 when parsing a NUL character >| configure:26528: result: guessing yes >| configure:26533: checking whether mbrtowc works on empty input >| configure:26562: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:26562: $? = 0 >| configure:26562: ./conftest >| configure:26562: $? = 0 >| configure:26574: result: yes >| configure:26578: checking whether the C locale is free of encoding errors >| configure:26620: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:26620: $? = 0 >| configure:26620: ./conftest >| configure:26620: $? = 0 >| configure:26631: result: yes >| configure:26730: checking whether mbrtowc handles incomplete characters >| configure:26790: result: guessing yes >| configure:26796: checking whether mbrtowc works as well as mbtowc >| configure:26860: result: guessing yes >| configure:26970: checking whether mbswidth is declared in <wchar.h> >| configure:26999: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:122:22: error: 'mbswidth' undeclared (first use in this function); did you mean 'wcswidth'? >| 122 | char *p = (char *) mbswidth; >| | ^~~~~~~~ >| | wcswidth >| conftest.c:122:22: note: each undeclared identifier is reported only once for each function it appears in >| configure:26999: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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: <stdio.h> must be included before >| | <wchar.h>. >| | BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included >| | before <wchar.h>. */ >| | #include <stddef.h> >| | #include <stdio.h> >| | #include <time.h> >| | #include <wchar.h> >| | >| | int >| | main (void) >| | { >| | >| | char *p = (char *) mbswidth; >| | return !p; >| | >| | ; >| | return 0; >| | } >| configure:27007: result: no >| configure:27020: checking for mbstate_t >| configure:27053: result: yes >| configure:27113: checking whether setenv validates arguments >| configure:27159: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:27159: $? = 0 >| configure:27159: ./conftest >| configure:27159: $? = 0 >| configure:27170: result: yes >| configure:27208: checking for ssize_t >| configure:27226: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27226: $? = 0 >| configure:27234: result: yes >| configure:27273: checking for max_align_t >| configure:27273: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27273: $? = 0 >| configure:27273: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:118:26: error: expected expression before ')' token >| 118 | if (sizeof ((max_align_t))) >| | ^ >| configure:27273: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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 <stddef.h> >| | >| | >| | int >| | main (void) >| | { >| | if (sizeof ((max_align_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:27273: result: yes >| configure:27287: checking whether NULL can be used in arbitrary expressions >| configure:27306: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27306: $? = 0 >| configure:27314: result: yes >| configure:27483: checking whether _Exit is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether atoll is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether canonicalize_file_name is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:126:10: error: 'canonicalize_file_name' undeclared (first use in this function) >| 126 | (void) canonicalize_file_name; >| | ^~~~~~~~~~~~~~~~~~~~~~ >| conftest.c:126:10: note: each undeclared identifier is reported only once for each function it appears in >| configure:27508: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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 >| | /* end confdefs.h. */ >| | #include <stdlib.h> >| | #if HAVE_SYS_LOADAVG_H >| | # include <sys/loadavg.h> >| | #endif >| | #if HAVE_RANDOM_H >| | # include <random.h> >| | #endif >| | >| | int >| | main (void) >| | { >| | #undef canonicalize_file_name >| | (void) canonicalize_file_name; >| | ; >| | return 0; >| | } >| configure:27517: result: no >| configure:27483: checking whether getloadavg is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether getsubopt is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether grantpt is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether initstate is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether initstate_r is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:130:10: error: 'initstate_r' undeclared (first use in this function); did you mean 'initstate'? >| 130 | (void) initstate_r; >| | ^~~~~~~~~~~ >| | initstate >| conftest.c:130:10: note: each undeclared identifier is reported only once for each function it appears in >| configure:27508: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | /* end confdefs.h. */ >| | #include <stdlib.h> >| | #if HAVE_SYS_LOADAVG_H >| | # include <sys/loadavg.h> >| | #endif >| | #if HAVE_RANDOM_H >| | # include <random.h> >| | #endif >| | >| | int >| | main (void) >| | { >| | #undef initstate_r >| | (void) initstate_r; >| | ; >| | return 0; >| | } >| configure:27517: result: no >| configure:27483: checking whether mkdtemp is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether mkostemp is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether mkostemps is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether mkstemp is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether mkstemps is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether posix_openpt is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether ptsname is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether ptsname_r is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether random is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether random_r is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:139:10: error: 'random_r' undeclared (first use in this function); did you mean 'random'? >| 139 | (void) random_r; >| | ^~~~~~~~ >| | random >| conftest.c:139:10: note: each undeclared identifier is reported only once for each function it appears in >| configure:27508: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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 >| | /* end confdefs.h. */ >| | #include <stdlib.h> >| | #if HAVE_SYS_LOADAVG_H >| | # include <sys/loadavg.h> >| | #endif >| | #if HAVE_RANDOM_H >| | # include <random.h> >| | #endif >| | >| | int >| | main (void) >| | { >| | #undef random_r >| | (void) random_r; >| | ; >| | return 0; >| | } >| configure:27517: result: no >| configure:27483: checking whether realpath is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether rpmatch is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:140:10: error: 'rpmatch' undeclared (first use in this function) >| 140 | (void) rpmatch; >| | ^~~~~~~ >| conftest.c:140:10: note: each undeclared identifier is reported only once for each function it appears in >| configure:27508: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | /* end confdefs.h. */ >| | #include <stdlib.h> >| | #if HAVE_SYS_LOADAVG_H >| | # include <sys/loadavg.h> >| | #endif >| | #if HAVE_RANDOM_H >| | # include <random.h> >| | #endif >| | >| | int >| | main (void) >| | { >| | #undef rpmatch >| | (void) rpmatch; >| | ; >| | return 0; >| | } >| configure:27517: result: no >| configure:27483: checking whether secure_getenv is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether setenv is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether setstate is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether setstate_r is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:143:10: error: 'setstate_r' undeclared (first use in this function); did you mean 'setstate'? >| 143 | (void) setstate_r; >| | ^~~~~~~~~~ >| | setstate >| conftest.c:143:10: note: each undeclared identifier is reported only once for each function it appears in >| configure:27508: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | /* end confdefs.h. */ >| | #include <stdlib.h> >| | #if HAVE_SYS_LOADAVG_H >| | # include <sys/loadavg.h> >| | #endif >| | #if HAVE_RANDOM_H >| | # include <random.h> >| | #endif >| | >| | int >| | main (void) >| | { >| | #undef setstate_r >| | (void) setstate_r; >| | ; >| | return 0; >| | } >| configure:27517: result: no >| configure:27483: checking whether srandom is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether srandom_r is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:144:10: error: 'srandom_r' undeclared (first use in this function); did you mean 'srandom'? >| 144 | (void) srandom_r; >| | ^~~~~~~~~ >| | srandom >| conftest.c:144:10: note: each undeclared identifier is reported only once for each function it appears in >| configure:27508: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | /* end confdefs.h. */ >| | #include <stdlib.h> >| | #if HAVE_SYS_LOADAVG_H >| | # include <sys/loadavg.h> >| | #endif >| | #if HAVE_RANDOM_H >| | # include <random.h> >| | #endif >| | >| | int >| | main (void) >| | { >| | #undef srandom_r >| | (void) srandom_r; >| | ; >| | return 0; >| | } >| configure:27517: result: no >| configure:27483: checking whether strtod is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether strtoll is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether strtoull is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether unlockpt is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27483: checking whether unsetenv is declared without a macro >| configure:27508: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27508: $? = 0 >| configure:27517: result: yes >| configure:27631: checking whether chdir is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether chown is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether dup is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether dup2 is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether dup3 is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether environ is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether euidaccess is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether faccessat is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether fchdir is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether fchownat is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether fdatasync is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether fsync is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether ftruncate is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether getcwd is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether getdomainname is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether getdtablesize is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether getgroups is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether gethostname is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether getlogin is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether getlogin_r is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether getpagesize is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether getusershell is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether setusershell is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether endusershell is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether group_member is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:179:10: error: 'group_member' undeclared (first use in this function) >| 179 | (void) group_member; >| | ^~~~~~~~~~~~ >| conftest.c:179:10: note: each undeclared identifier is reported only once for each function it appears in >| configure:27662: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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 >| | /* end confdefs.h. */ >| | >| | #if HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | /* Some systems declare various items in the wrong headers. */ >| | #if !(defined __GLIBC__ && !defined __UCLIBC__) >| | # include <fcntl.h> >| | # include <stdio.h> >| | # include <stdlib.h> >| | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ >| | # include <io.h> >| | # endif >| | #endif >| | >| | int >| | main (void) >| | { >| | #undef group_member >| | (void) group_member; >| | ; >| | return 0; >| | } >| configure:27671: result: no >| configure:27631: checking whether isatty is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether lchown is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether link is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether linkat is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether lseek is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether pipe is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether pipe2 is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether pread is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether pwrite is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether readlink is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether readlinkat is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether rmdir is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether sethostname is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether sleep is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether symlink is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether symlinkat is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether ttyname_r is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether unlink is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether unlinkat is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27631: checking whether usleep is declared without a macro >| configure:27662: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27662: $? = 0 >| configure:27671: result: yes >| configure:27869: checking whether btowc is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wctob is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether mbsinit is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether mbrtowc is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether mbrlen is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether mbsrtowcs is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether mbsnrtowcs is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcrtomb is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsrtombs is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsnrtombs is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcwidth is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wmemchr is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wmemcmp is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wmemcpy is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wmemmove is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wmemset is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcslen is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsnlen is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcscpy is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcpcpy is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsncpy is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcpncpy is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcscat is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsncat is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcscmp is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsncmp is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcscasecmp is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsncasecmp is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcscoll is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsxfrm is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsdup is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcschr is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsrchr is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcscspn is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsspn is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcspbrk is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcsstr is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcstok is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:27869: checking whether wcswidth is declared without a macro >| configure:27898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| configure:27898: $? = 0 >| configure:27907: result: yes >| configure:28021: checking whether iswcntrl works >| configure:28080: result: yes >| configure:28102: checking for towlower >| configure:28102: result: yes >| configure:28146: checking for wctype_t >| configure:28184: result: yes >| configure:28190: checking for wctrans_t >| configure:28226: result: yes >| configure:28235: checking whether wctype is declared without a macro >| configure:28274: result: yes >| configure:28235: checking whether iswctype is declared without a macro >| configure:28274: result: yes >| configure:28235: checking whether wctrans is declared without a macro >| configure:28274: result: yes >| configure:28235: checking whether towctrans is declared without a macro >| configure:28274: result: yes >| configure:28298: checking whether wcwidth is declared >| configure:28298: result: yes >| configure:28325: checking whether wcwidth works reasonably in UTF-8 locales >| configure:28380: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| configure:28380: $? = 0 >| configure:28380: ./conftest >| configure:28380: $? = 0 >| configure:28392: result: yes >| configure:28466: checking for res_query in -lresolv >| configure:28495: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:28495: $? = 0 >| configure:28505: result: yes >| configure:28518: checking for lt_dlinit in -lltdl >| configure:28547: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lltdl -lresolv >&5 >| configure:28547: $? = 0 >| configure:28557: result: yes >| configure:28603: x86_64-gentoo-linux-musl-gcc -Wall -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:233:6: warning: return type of 'main' is not 'int' [-Wmain] >| 233 | void main(){} >| | ^~~~ >| conftest.c:233:6: warning: 'main' is normally a non-static function [-Wmain] >| conftest.c: At top level: >| conftest.c:233:6: warning: 'main' defined but not used [-Wunused-function] >| configure:28603: $? = 0 >| configure:28621: x86_64-gentoo-linux-musl-gcc -Wall -Wdeclaration-after-statement -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:233:6: warning: return type of 'main' is not 'int' [-Wmain] >| 233 | void main(){} >| | ^~~~ >| conftest.c:233:6: warning: 'main' is normally a non-static function [-Wmain] >| conftest.c: At top level: >| conftest.c:233:6: warning: 'main' defined but not used [-Wunused-function] >| configure:28621: $? = 0 >| configure:29568: checking whether to use GSASL >| configure:29570: result: no >| configure:29615: checking for gnutls/gnutls.h >| configure:29615: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:29615: $? = 0 >| configure:29615: result: yes >| configure:29641: x86_64-gentoo-linux-musl-gcc -E conftest.c >| configure:29641: $? = 0 >| configure:29687: checking for gnutls_global_init in -lgnutls >| configure:29716: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lgnutls -lresolv >&5 >| configure:29716: $? = 0 >| configure:29726: result: yes >| configure:29753: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv -lgnutls >&5 >| configure:29753: $? = 0 >| configure:29753: ./conftest >| configure:29753: $? = 0 >| configure:29789: checking whether to use GNU TLS >| configure:29791: result: yes >| configure:29842: checking for paths.h >| configure:29842: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:29842: $? = 0 >| configure:29842: result: yes >| configure:29872: checking for value of PATH_SENDMAIL >| configure:30014: result: from _PATH_SENDMAIL in <paths.h> >| configure:29872: checking for value of PATH_MAILDIR >| configure:30014: result: from _PATH_MAILDIR in <paths.h> >| configure:29872: checking for value of PATH_DEV >| configure:30014: result: from _PATH_DEV in <paths.h> >| configure:29872: checking for value of PATH_TTY_PFX >| configure:30014: result: from _PATH_DEV in <paths.h> >| configure:29872: checking for value of PATH_DEVNULL >| configure:30014: result: from _PATH_DEVNULL in <paths.h> >| configure:29872: checking for value of PATH_UTMP >| configure:30014: result: from _PATH_UTMP in <paths.h> >| configure:29872: checking for value of PATH_UTMPX >| configure:30005: result: (default) $(localstatedir)/run/utmpx >| configure:29872: checking for value of PATH_WTMP >| configure:30014: result: from _PATH_WTMP in <paths.h> >| configure:29872: checking for value of PATH_TTY >| configure:30014: result: from _PATH_TTY in <paths.h> >| configure:30070: checking for closefrom >| configure:30070: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| /usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: /var/tmp/portage/net-mail/mailutils-3.15/temp/ccBoMpPG.o: in function `main': >| conftest.c:(.text.startup+0x5): undefined reference to `closefrom' >| collect2: error: ld returned 1 exit status >| configure:30070: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | /* end confdefs.h. */ >| | /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom. >| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| | #define closefrom innocuous_closefrom >| | >| | /* System header to define __stub macros and hopefully few prototypes, >| | which can conflict with char closefrom (void); below. */ >| | >| | #include <limits.h> >| | #undef closefrom >| | >| | /* 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 closefrom (void); >| | /* 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_closefrom || defined __stub___closefrom >| | choke me >| | #endif >| | >| | int >| | main (void) >| | { >| | return closefrom (); >| | ; >| | return 0; >| | } >| configure:30070: result: no >| configure:30077: checking whether F_CLOSEM is declared >| configure:30077: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:244:10: error: 'F_CLOSEM' undeclared (first use in this function) >| 244 | (void) F_CLOSEM; >| | ^~~~~~~~ >| conftest.c:244:10: note: each undeclared identifier is reported only once for each function it appears in >| configure:30077: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | /* end confdefs.h. */ >| | #include <limits.h> >| | #include <fcntl.h> >| | >| | >| | int >| | main (void) >| | { >| | #ifndef F_CLOSEM >| | #ifdef __cplusplus >| | (void) F_CLOSEM; >| | #else >| | (void) F_CLOSEM; >| | #endif >| | #endif >| | >| | ; >| | return 0; >| | } >| configure:30077: result: no >| configure:30088: checking for libproc.h >| configure:30088: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c:261:10: fatal error: libproc.h: No such file or directory >| 261 | #include <libproc.h> >| | ^~~~~~~~~~~ >| compilation terminated. >| configure:30088: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <libproc.h> >| configure:30088: result: no >| configure:30095: checking for proc_pidinfo >| configure:30095: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| /usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: /var/tmp/portage/net-mail/mailutils-3.15/temp/cckeEPFA.o: in function `main': >| conftest.c:(.text.startup+0x5): undefined reference to `proc_pidinfo' >| collect2: error: ld returned 1 exit status >| configure:30095: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | /* end confdefs.h. */ >| | /* Define proc_pidinfo to an innocuous variant, in case <limits.h> declares proc_pidinfo. >| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| | #define proc_pidinfo innocuous_proc_pidinfo >| | >| | /* System header to define __stub macros and hopefully few prototypes, >| | which can conflict with char proc_pidinfo (void); below. */ >| | >| | #include <limits.h> >| | #undef proc_pidinfo >| | >| | /* 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 proc_pidinfo (void); >| | /* 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_proc_pidinfo || defined __stub___proc_pidinfo >| | choke me >| | #endif >| | >| | int >| | main (void) >| | { >| | return proc_pidinfo (); >| | ; >| | return 0; >| | } >| configure:30095: result: no >| configure:30474: checking for ndbm.h >| configure:30474: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c:262:10: fatal error: ndbm.h: No such file or directory >| 262 | #include <ndbm.h> >| | ^~~~~~~~ >| compilation terminated. >| configure:30474: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <ndbm.h> >| configure:30474: result: no >| configure:30719: checking for log facility >| configure:30752: result: LOG_MAIL >| configure:30758: checking for egrep >| configure:30826: result: /bin/grep -E >| configure:30835: checking for dirent.h that defines DIR >| configure:30855: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:30855: $? = 0 >| configure:30864: result: yes >| configure:30878: checking for library containing opendir >| configure:30914: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:30914: $? = 0 >| configure:30934: result: none required >| configure:31011: checking for errno.h >| configure:31011: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31011: $? = 0 >| configure:31011: result: yes >| configure:31017: checking for fcntl.h >| configure:31017: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31017: $? = 0 >| configure:31017: result: yes >| configure:31023: checking for inttypes.h >| configure:31023: result: yes >| configure:31029: checking for libgen.h >| configure:31029: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31029: $? = 0 >| configure:31029: result: yes >| configure:31035: checking for limits.h >| configure:31035: result: yes >| configure:31041: checking for malloc.h >| configure:31041: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31041: $? = 0 >| configure:31041: result: yes >| configure:31047: checking for obstack.h >| configure:31047: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31047: $? = 0 >| configure:31047: result: yes >| configure:31053: checking for paths.h >| configure:31053: result: yes >| configure:31059: checking for shadow.h >| configure:31059: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31059: $? = 0 >| configure:31059: result: yes >| configure:31065: checking for socket.h >| configure:31065: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c:274:10: fatal error: socket.h: No such file or directory >| 274 | #include <socket.h> >| | ^~~~~~~~~~ >| compilation terminated. >| configure:31065: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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 <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <socket.h> >| configure:31065: result: no >| configure:31071: checking for sys/socket.h >| configure:31071: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31071: $? = 0 >| configure:31071: result: yes >| configure:31077: checking for stdarg.h >| configure:31077: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31077: $? = 0 >| configure:31077: result: yes >| configure:31083: checking for stdio.h >| configure:31083: result: yes >| configure:31089: checking for stdlib.h >| configure:31089: result: yes >| configure:31095: checking for string.h >| configure:31095: result: yes >| configure:31101: checking for strings.h >| configure:31101: result: yes >| configure:31107: checking for sys/file.h >| configure:31107: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31107: $? = 0 >| configure:31107: result: yes >| configure:31113: checking for sysexits.h >| configure:31113: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31113: $? = 0 >| configure:31113: result: yes >| configure:31119: checking for syslog.h >| configure:31119: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31119: $? = 0 >| configure:31119: result: yes >| configure:31125: checking for termcap.h >| configure:31125: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31125: $? = 0 >| configure:31125: result: yes >| configure:31131: checking for termios.h >| configure:31131: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31131: $? = 0 >| configure:31131: result: yes >| configure:31137: checking for termio.h >| configure:31137: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c:285:10: fatal error: termio.h: No such file or directory >| 285 | #include <termio.h> >| | ^~~~~~~~~~ >| compilation terminated. >| configure:31137: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <termio.h> >| configure:31137: result: no >| configure:31143: checking for sgtty.h >| configure:31143: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c:285:10: fatal error: sgtty.h: No such file or directory >| 285 | #include <sgtty.h> >| | ^~~~~~~~~ >| compilation terminated. >| configure:31143: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <sgtty.h> >| configure:31143: result: no >| configure:31149: checking for utmp.h >| configure:31149: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31149: $? = 0 >| configure:31149: result: yes >| configure:31155: checking for utmpx.h >| configure:31155: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31155: $? = 0 >| configure:31155: result: yes >| configure:31161: checking for unistd.h >| configure:31161: result: yes >| configure:31167: checking for wchar.h >| configure:31167: result: yes >| configure:31175: checking for an ANSI C-conforming const >| configure:31242: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31242: $? = 0 >| configure:31250: result: yes >| configure:31258: checking for uid_t in sys/types.h >| configure:31279: result: yes >| configure:31290: checking for mode_t >| configure:31290: result: yes >| configure:31300: checking for off_t >| configure:31300: result: yes >| configure:31311: checking for pid_t >| configure:31311: result: yes >| configure:31347: checking for size_t >| configure:31347: result: yes >| configure:31358: checking for intptr_t >| configure:31358: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31358: $? = 0 >| configure:31358: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:292:23: error: expected expression before ')' token >| 292 | if (sizeof ((intptr_t))) >| | ^ >| configure:31358: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_UTMP_H 1 >| | #define HAVE_UTMPX_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((intptr_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:31358: result: yes >| configure:31393: checking for ssize_t >| configure:31393: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31393: $? = 0 >| configure:31393: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:293:22: error: expected expression before ')' token >| 293 | if (sizeof ((ssize_t))) >| | ^ >| configure:31393: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((ssize_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:31393: result: yes >| configure:31403: checking return type of signal handlers >| configure:31422: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:268:10: error: void value not ignored as it ought to be >| 268 | return *(signal (0, 0)) (0) == 1; >| | ~^~~~~~~~~~~~~~~~~~ >| configure:31422: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 <sys/types.h> >| | #include <signal.h> >| | >| | int >| | main (void) >| | { >| | return *(signal (0, 0)) (0) == 1; >| | ; >| | return 0; >| | } >| configure:31430: result: void >| configure:31436: checking whether sys_siglist is declared >| configure:31436: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:277:10: error: 'sys_siglist' undeclared (first use in this function) >| 277 | (void) sys_siglist; >| | ^~~~~~~~~~~ >| conftest.c:277:10: note: each undeclared identifier is reported only once for each function it appears in >| configure:31436: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 >| | /* end confdefs.h. */ >| | #include <signal.h> >| | /* NetBSD declares sys_siglist in unistd.h. */ >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | >| | >| | int >| | main (void) >| | { >| | #ifndef sys_siglist >| | #ifdef __cplusplus >| | (void) sys_siglist; >| | #else >| | (void) sys_siglist; >| | #endif >| | #endif >| | >| | ; >| | return 0; >| | } >| configure:31436: result: no >| configure:31452: checking whether struct tm is in sys/time.h or time.h >| configure:31473: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31473: $? = 0 >| configure:31481: result: time.h >| configure:31489: checking for struct tm.tm_zone >| configure:31489: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31489: $? = 0 >| configure:31489: result: yes >| configure:31555: checking for ino_t >| configure:31555: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31555: $? = 0 >| configure:31555: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:297:20: error: expected expression before ')' token >| 297 | if (sizeof ((ino_t))) >| | ^ >| configure:31555: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #define HAVE_STRUCT_TM_TM_ZONE 1 >| | #define HAVE_TM_ZONE 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((ino_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:31555: result: yes >| configure:31565: checking for dev_t >| configure:31565: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31565: $? = 0 >| configure:31565: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:297:20: error: expected expression before ')' token >| 297 | if (sizeof ((dev_t))) >| | ^ >| configure:31565: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #define HAVE_STRUCT_TM_TM_ZONE 1 >| | #define HAVE_TM_ZONE 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((dev_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:31565: result: yes >| configure:31575: checking for socklen_t >| configure:31575: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31575: $? = 0 >| configure:31575: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:281:24: error: expected expression before ')' token >| 281 | if (sizeof ((socklen_t))) >| | ^ >| configure:31575: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #define HAVE_STRUCT_TM_TM_ZONE 1 >| | #define HAVE_TM_ZONE 1 >| | /* end confdefs.h. */ >| | >| | #if HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_SOCKET_H >| | # include <sys/socket.h> >| | #endif >| | #ifdef HAVE_SOCKET_H >| | # include <socket.h> >| | #endif >| | >| | >| | int >| | main (void) >| | { >| | if (sizeof ((socklen_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:31575: result: yes >| configure:31596: checking for long long >| configure:31596: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31596: $? = 0 >| configure:31596: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:297:24: error: expected expression before ')' token >| 297 | if (sizeof ((long long))) >| | ^ >| configure:31596: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #define HAVE_STRUCT_TM_TM_ZONE 1 >| | #define HAVE_TM_ZONE 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((long long))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:31596: result: yes >| configure:31606: checking for long double >| configure:31606: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31606: $? = 0 >| configure:31606: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:297:26: error: expected expression before ')' token >| 297 | if (sizeof ((long double))) >| | ^ >| configure:31606: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #define HAVE_STRUCT_TM_TM_ZONE 1 >| | #define HAVE_TM_ZONE 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((long double))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:31606: result: yes >| configure:31642: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:31642: $? = 0 >| configure:31642: ./conftest >| configure:31642: $? = 0 >| configure:31653: checking whether struct tm is in sys/time.h or time.h >| configure:31682: result: time.h >| configure:31690: checking for struct tm.tm_zone >| configure:31690: result: yes >| configure:31700: checking for struct tm.tm_gmtoff >| configure:31700: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31700: $? = 0 >| configure:31700: result: yes >| configure:31710: checking for struct tm.tm_isdst >| configure:31710: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:31710: $? = 0 >| configure:31710: result: yes >| configure:31733: checking size of off_t >| configure:31739: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:31739: $? = 0 >| configure:31739: ./conftest >| configure:31739: $? = 0 >| configure:31754: result: 8 >| configure:31766: checking size of long >| configure:31772: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:31772: $? = 0 >| configure:31772: ./conftest >| configure:31772: $? = 0 >| configure:31787: result: 8 >| configure:31799: checking size of long long >| configure:31805: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:31805: $? = 0 >| configure:31805: ./conftest >| configure:31805: $? = 0 >| configure:31820: result: 8 >| configure:31843: checking for working mmap >| configure:31995: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:31995: $? = 0 >| configure:31995: ./conftest >| configure:31995: $? = 0 >| configure:32006: result: yes >| configure:32016: checking whether strsignal is declared >| configure:32016: result: yes >| configure:32026: checking whether environ is declared >| configure:32026: result: yes >| configure:32040: checking for mkstemp >| configure:32040: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32040: $? = 0 >| configure:32040: result: yes >| configure:32046: checking for sigaction >| configure:32046: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32046: $? = 0 >| configure:32046: result: yes >| configure:32052: checking for sysconf >| configure:32052: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32052: $? = 0 >| configure:32052: result: yes >| configure:32058: checking for getdelim >| configure:32058: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32058: $? = 0 >| configure:32058: result: yes >| configure:32064: checking for setreuid >| configure:32064: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32064: $? = 0 >| configure:32064: result: yes >| configure:32070: checking for setresuid >| configure:32070: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32070: $? = 0 >| configure:32070: result: yes >| configure:32076: checking for seteuid >| configure:32076: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32076: $? = 0 >| configure:32076: result: yes >| configure:32082: checking for setlocale >| configure:32082: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32082: $? = 0 >| configure:32082: result: yes >| configure:32088: checking for vfork >| configure:32088: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32088: $? = 0 >| configure:32088: result: yes >| configure:32094: checking for _exit >| configure:32094: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| conftest.c:300:6: warning: conflicting types for built-in function '_exit'; expected 'void(int)' [-Wbuiltin-declaration-mismatch] >| 300 | char _exit (void); >| | ^~~~~ >| configure:32094: $? = 0 >| configure:32094: result: yes >| configure:32100: checking for tcgetattr >| configure:32100: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32100: $? = 0 >| configure:32100: result: yes >| configure:32106: checking for tcsetattr >| configure:32106: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32106: $? = 0 >| configure:32106: result: yes >| configure:32114: checking for _LARGEFILE_SOURCE value needed for large files >| configure:32134: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32134: $? = 0 >| configure:32164: result: no >| configure:32194: checking for fgetpwent >| configure:32194: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32194: $? = 0 >| configure:32194: result: yes >| configure:32204: checking for utmp.h >| configure:32204: result: yes >| configure:32210: checking for utmpx.h >| configure:32210: result: yes >| configure:32220: checking for getutent >| configure:32220: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32220: $? = 0 >| configure:32220: result: yes >| configure:32238: checking for struct utmp.ut_user >| configure:32238: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:299:5: warning: the comparison will always evaluate as 'true' for the address of 'ut_user' will never be NULL [-Waddress] >| 299 | if (ac_aggr.ut_user) >| | ^~~~~~~ >| In file included from /usr/include/utmp.h:8, >| from conftest.c:293: >| /usr/include/utmpx.h:23:14: note: 'ut_user' declared here >| 23 | char ut_user[32]; >| | ^~~~~~~ >| configure:32238: $? = 0 >| configure:32238: result: yes >| configure:32248: checking for struct utmp.ut_name >| configure:32248: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:300:5: warning: the comparison will always evaluate as 'true' for the address of 'ut_user' will never be NULL [-Waddress] >| 300 | if (ac_aggr.ut_name) >| | ^~~~~~~ >| In file included from /usr/include/utmp.h:8, >| from conftest.c:294: >| /usr/include/utmpx.h:23:14: note: 'ut_user' declared here >| 23 | char ut_user[32]; >| | ^~~~~~~ >| configure:32248: $? = 0 >| configure:32248: result: yes >| configure:32295: checking for struct sockaddr_storage >| configure:32295: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:32295: $? = 0 >| configure:32295: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:299:38: error: expected expression before ')' token >| 299 | if (sizeof ((struct sockaddr_storage))) >| | ^ >| configure:32295: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #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_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 <sys/socket.h> >| | >| | int >| | main (void) >| | { >| | if (sizeof ((struct sockaddr_storage))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:32295: result: yes >| configure:32304: checking for struct sockaddr_in6 >| configure:32304: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:32304: $? = 0 >| configure:32304: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:300:34: error: expected expression before ')' token >| 300 | if (sizeof ((struct sockaddr_in6))) >| | ^ >| configure:32304: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #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_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 <sys/types.h> >| | #include <netinet/in.h> >| | >| | int >| | main (void) >| | { >| | if (sizeof ((struct sockaddr_in6))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:32304: result: yes >| configure:32314: checking for struct addrinfo >| configure:32314: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:32314: $? = 0 >| configure:32314: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c: In function 'main': >| conftest.c:299:30: error: expected expression before ')' token >| 299 | if (sizeof ((struct addrinfo))) >| | ^ >| configure:32314: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #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_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 <netdb.h> >| | >| | int >| | main (void) >| | { >| | if (sizeof ((struct addrinfo))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:32314: result: yes >| configure:32323: checking for getnameinfo >| configure:32323: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lresolv >&5 >| configure:32323: $? = 0 >| configure:32323: result: yes >| configure:32348: checking for wcwidth >| configure:32348: result: yes >| configure:33536: checking for radius/radius.h >| configure:33536: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| conftest.c:333:10: fatal error: radius/radius.h: No such file or directory >| 333 | #include <radius/radius.h> >| | ^~~~~~~~~~~~~~~~~ >| compilation terminated. >| configure:33536: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #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_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_DOTMAIL 1 >| | #define ENABLE_SMTP 1 >| | #define ENABLE_SENDMAIL 1 >| | #define ENABLE_PROG 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <radius/radius.h> >| configure:33536: result: no >| configure:33659: checking for security/pam_appl.h >| configure:33659: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:33659: $? = 0 >| configure:33659: result: yes >| configure:33667: checking for dlopen in -ldl >| configure:33696: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -ldl -lresolv >&5 >| configure:33696: $? = 0 >| configure:33706: result: yes >| configure:33715: checking for pam_start in -lpam >| configure:33744: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lpam -ldl -lresolv >&5 >| configure:33744: $? = 0 >| configure:33754: result: yes >| configure:33769: checking for crypt.h >| configure:33769: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:33769: $? = 0 >| configure:33769: result: yes >| configure:33776: checking whether crypt is declared >| configure:33776: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:33776: $? = 0 >| configure:33776: result: yes >| configure:33792: checking for crypt in -lcrypt >| configure:33821: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lcrypt -lresolv >&5 >| configure:33821: $? = 0 >| configure:33831: result: yes >| configure:33847: checking for pthread_cancel in -lpthread >| configure:33876: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lpthread -lcrypt -lresolv >&5 >| configure:33876: $? = 0 >| configure:33886: result: yes >| configure:33898: checking for pthread.h >| configure:33898: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:33898: $? = 0 >| configure:33898: result: yes >| configure:33912: checking for pthread_rwlock_init >| configure:33912: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lcrypt -lresolv -lpthread >&5 >| configure:33912: $? = 0 >| configure:33912: result: yes >| configure:34009: checking for gethostbyname >| configure:34009: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lcrypt -lresolv -lpthread >&5 >| configure:34009: $? = 0 >| configure:34009: result: yes >| configure:34063: checking for socket >| configure:34063: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lcrypt -lresolv -lpthread >&5 >| configure:34063: $? = 0 >| configure:34063: result: yes >| configure:34120: checking for tputs in -lncurses >| configure:34149: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lncurses -lcrypt -lresolv -lpthread >&5 >| /usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: /var/tmp/portage/net-mail/mailutils-3.15/temp/ccNKINCo.o: in function `main': >| conftest.c:(.text.startup+0x5): undefined reference to `tputs' >| collect2: error: ld returned 1 exit status >| configure:34149: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #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_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_DOTMAIL 1 >| | #define ENABLE_SMTP 1 >| | #define ENABLE_SENDMAIL 1 >| | #define ENABLE_PROG 1 >| | #define HAVE_SECURITY_PAM_APPL_H 1 >| | #define USE_LIBPAM 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 >| | /* 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. >| | The 'extern "C"' is for builds by C++ compilers; >| | although this is not generally supported in C code supporting it here >| | has little cost and some practical benefit (sr 110532). */ >| | #ifdef __cplusplus >| | extern "C" >| | #endif >| | char tputs (void); >| | int >| | main (void) >| | { >| | return tputs (); >| | ; >| | return 0; >| | } >| configure:34160: result: no >| configure:34120: checking for tputs in -lcurses >| configure:34149: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lcurses -lcrypt -lresolv -lpthread >&5 >| /usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: /var/tmp/portage/net-mail/mailutils-3.15/temp/ccNjEbPF.o: in function `main': >| conftest.c:(.text.startup+0x5): undefined reference to `tputs' >| collect2: error: ld returned 1 exit status >| configure:34149: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #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_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_DOTMAIL 1 >| | #define ENABLE_SMTP 1 >| | #define ENABLE_SENDMAIL 1 >| | #define ENABLE_PROG 1 >| | #define HAVE_SECURITY_PAM_APPL_H 1 >| | #define USE_LIBPAM 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 >| | /* 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. >| | The 'extern "C"' is for builds by C++ compilers; >| | although this is not generally supported in C code supporting it here >| | has little cost and some practical benefit (sr 110532). */ >| | #ifdef __cplusplus >| | extern "C" >| | #endif >| | char tputs (void); >| | int >| | main (void) >| | { >| | return tputs (); >| | ; >| | return 0; >| | } >| configure:34160: result: no >| configure:34120: checking for tputs in -ltermcap >| configure:34149: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -ltermcap -lcrypt -lresolv -lpthread >&5 >| /usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: cannot find -ltermcap: No such file or directory >| collect2: error: ld returned 1 exit status >| configure:34149: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #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_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_DOTMAIL 1 >| | #define ENABLE_SMTP 1 >| | #define ENABLE_SENDMAIL 1 >| | #define ENABLE_PROG 1 >| | #define HAVE_SECURITY_PAM_APPL_H 1 >| | #define USE_LIBPAM 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 >| | /* 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. >| | The 'extern "C"' is for builds by C++ compilers; >| | although this is not generally supported in C code supporting it here >| | has little cost and some practical benefit (sr 110532). */ >| | #ifdef __cplusplus >| | extern "C" >| | #endif >| | char tputs (void); >| | int >| | main (void) >| | { >| | return tputs (); >| | ; >| | return 0; >| | } >| configure:34160: result: no >| configure:34178: checking for readline in -lreadline >| configure:34207: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lreadline -lcrypt -lresolv -lpthread -lncurses -ltinfo >&5 >| configure:34207: $? = 0 >| configure:34217: result: yes >| configure:34236: checking for readline/readline.h >| configure:34236: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:34236: $? = 0 >| configure:34236: result: yes >| configure:34249: checking for rl_completion_matches >| configure:34249: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lcrypt -lresolv -lpthread -lreadline -lncurses -ltinfo >&5 >| configure:34249: $? = 0 >| configure:34249: result: yes >| configure:34395: checking for flex >| configure:34416: found /usr/bin/flex >| configure:34427: result: flex >| configure:34476: checking for lex output file root >| configure:34489: flex conftest.l >| configure:34493: $? = 0 >| configure:34501: result: lex.yy >| configure:34516: checking for lex library >| configure:34541: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lcrypt -lresolv -lpthread >&5 >| configure:34541: $? = 0 >| configure:34554: result: none needed >| configure:34569: checking for library containing yywrap >| configure:34605: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >| /usr/lib/gcc/x86_64-gentoo-linux-musl/12.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: /var/tmp/portage/net-mail/mailutils-3.15/temp/cceEPPCm.o: in function `main': >| conftest.c:(.text.startup+0x5): undefined reference to `yywrap' >| collect2: error: ld returned 1 exit status >| configure:34605: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "GNU Mailutils" >| | #define PACKAGE_TARNAME "mailutils" >| | #define PACKAGE_VERSION "3.15" >| | #define PACKAGE_STRING "GNU Mailutils 3.15" >| | #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| | #define PACKAGE_URL "http://mailutils.org" >| | #define PACKAGE "mailutils" >| | #define VERSION "3.15" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| | #define HAVE_RAW_DECL_GETSUBOPT 1 >| | #define HAVE_RAW_DECL_GRANTPT 1 >| | #define HAVE_RAW_DECL_INITSTATE 1 >| | #define HAVE_RAW_DECL_MKDTEMP 1 >| | #define HAVE_RAW_DECL_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_REALPATH 1 >| | #define HAVE_RAW_DECL_SECURE_GETENV 1 >| | #define HAVE_RAW_DECL_SETENV 1 >| | #define HAVE_RAW_DECL_SETSTATE 1 >| | #define HAVE_RAW_DECL_SRANDOM 1 >| | #define HAVE_RAW_DECL_STRTOD 1 >| | #define HAVE_RAW_DECL_STRTOLL 1 >| | #define HAVE_RAW_DECL_STRTOULL 1 >| | #define HAVE_RAW_DECL_UNLOCKPT 1 >| | #define HAVE_RAW_DECL_UNSETENV 1 >| | #define 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_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_LIBRESOLV 1 >| | #define HAVE_LIBLTDL 1 >| | #define WITH_GNUTLS 1 >| | #define WITH_TLS 1 >| | #define MU_CONF_MAILDIR "/var/spool/mail/" >| | #define HAVE_PATHS_H 1 >| | #define HAVE_PROC_SELF_FD 1 >| | #define LOG_FACILITY LOG_MAIL >| | #define LOG_FACILITY_STRING "mail" >| | #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_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 0 >| | #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_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_DOTMAIL 1 >| | #define ENABLE_SMTP 1 >| | #define ENABLE_SENDMAIL 1 >| | #define ENABLE_PROG 1 >| | #define HAVE_SECURITY_PAM_APPL_H 1 >| | #define USE_LIBPAM 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 >| | /* 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. >| | The 'extern "C"' is for builds by C++ compilers; >| | although this is not generally supported in C code supporting it here >| | has little cost and some practical benefit (sr 110532). */ >| | #ifdef __cplusplus >| | extern "C" >| | #endif >| | char yywrap (void); >| | int >| | main (void) >| | { >| | return yywrap (); >| | ; >| | return 0; >| | } >| configure:34605: x86_64-gentoo-linux-musl-gcc -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lfl >&5 >| configure:34605: $? = 0 >| configure:34625: result: -lfl >| configure:34641: checking whether yytext is a pointer >| configure:34657: x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement conftest.c >&5 >| configure:34657: $? = 0 >| configure:34664: result: yes >| configure:35046: checking for emacs >| configure:35078: result: no >| configure:35097: checking where .elc files should go >| configure:35099: result: /usr/share/emacs/site-lisp/mailutils >| configure:36745: checking for perl >| configure:36768: found /usr/bin/perl >| configure:36780: result: /usr/bin/perl >| configure:36906: checking that generated files are newer than configure >| configure:36912: result: done >| configure:37183: creating ./config.status >| >| ## ---------------------- ## >| ## Running config.status. ## >| ## ---------------------- ## >| >| This file was extended by GNU Mailutils config.status 3.15, which was >| generated by GNU Autoconf 2.71. Invocation command line was >| >| CONFIG_FILES = >| CONFIG_HEADERS = >| CONFIG_LINKS = >| CONFIG_COMMANDS = >| $ ./config.status >| >| on gf.packet.net >| >| config.status:2419: creating libproto/imap/Makefile >| config.status:2419: creating libproto/imap/tests/Makefile >| config.status:2419: creating libproto/pop/Makefile >| config.status:2419: creating libproto/mh/Makefile >| config.status:2419: creating libproto/mh/tests/Makefile >| config.status:2419: creating libproto/mh/tests/atlocal >| config.status:2419: creating libproto/maildir/Makefile >| config.status:2419: creating libproto/maildir/tests/Makefile >| config.status:2419: creating libproto/maildir/tests/atlocal >| config.status:2419: creating libproto/dotmail/Makefile >| config.status:2419: creating libproto/dotmail/tests/Makefile >| config.status:2419: creating libproto/dotmail/tests/atlocal >| config.status:2419: creating include/mailutils/types.h >| config.status:2419: creating testsuite/Makefile >| config.status:2419: creating testsuite/atlocal >| config.status:2419: creating libtests/Makefile >| config.status:2419: creating libtests/atlocal >| config.status:2419: creating libmailutils/tests/Makefile >| config.status:2419: creating libmailutils/tests/atlocal >| config.status:2419: creating libmu_auth/tests/Makefile >| config.status:2419: creating libmu_auth/tests/atlocal >| config.status:2419: creating frm/tests/Makefile >| config.status:2419: creating frm/tests/atlocal >| config.status:2419: creating mda/lmtpd/tests/Makefile >| config.status:2419: creating mda/lmtpd/tests/atlocal >| config.status:2419: creating mda/mda/tests/Makefile >| config.status:2419: creating mda/mda/tests/atlocal >| config.status:2419: creating mda/putmail/tests/Makefile >| config.status:2419: creating mda/putmail/tests/atlocal >| config.status:2419: creating mail/tests/Makefile >| config.status:2419: creating mail/tests/atlocal >| config.status:2419: creating messages/tests/Makefile >| config.status:2419: creating messages/tests/atlocal >| config.status:2419: creating readmsg/tests/Makefile >| config.status:2419: creating readmsg/tests/atlocal >| config.status:2419: creating sieve/tests/Makefile >| config.status:2419: creating sieve/tests/atlocal >| config.status:2419: creating mh/tests/Makefile >| config.status:2419: creating mh/tests/atlocal >| config.status:2419: creating comsat/tests/Makefile >| config.status:2419: creating comsat/tests/atlocal >| config.status:2419: creating imap4d/tests/Makefile >| config.status:2419: creating imap4d/tests/atlocal >| config.status:2419: creating mimeview/tests/Makefile >| config.status:2419: creating mimeview/tests/atlocal >| config.status:2419: creating libmu_scm/tests/Makefile >| config.status:2419: creating libmu_scm/tests/atlocal >| config.status:2419: creating libproto/mbox/tests/Makefile >| config.status:2419: creating libproto/mbox/tests/atlocal >| config.status:2419: creating libproto/mailer/tests/Makefile >| config.status:2419: creating libproto/mailer/tests/atlocal >| config.status:2419: creating doc/imprimatur/Makefile >| config.status:2419: creating include/confpaths.h >| config.status:2419: creating Makefile >| config.status:2419: creating sql/Makefile >| config.status:2419: creating comsat/Makefile >| config.status:2419: creating doc/Makefile >| config.status:2419: creating doc/man/Makefile >| config.status:2419: creating doc/texinfo/Makefile >| config.status:2419: creating dotlock/Makefile >| config.status:2419: creating examples/Makefile >| config.status:2419: creating examples/config/Makefile >| config.status:2419: creating examples/cpp/Makefile >| config.status:2419: creating examples/python/Makefile >| config.status:2419: creating examples/scheme/Makefile >| config.status:2419: creating gint/Makefile >| config.status:2419: creating frm/Makefile >| config.status:2419: creating scheme/Makefile >| config.status:2419: creating imap4d/Makefile >| config.status:2419: creating include/Makefile >| config.status:2419: creating include/mailutils/Makefile >| config.status:2419: creating include/mailutils/sys/Makefile >| config.status:2419: creating include/mailutils/cpp/Makefile >| config.status:2419: creating lib/Makefile >| config.status:2419: creating lib/gnu/Makefile >| config.status:2419: creating libmu_auth/Makefile >| config.status:2419: creating libmu_cpp/Makefile >| config.status:2419: creating libmu_scm/Makefile >| config.status:2419: creating libmu_scm/mailutils/Makefile >| config.status:2419: creating libmu_dbm/Makefile >| config.status:2419: creating libmu_sieve/Makefile >| config.status:2419: creating libmu_sieve/extensions/Makefile >| config.status:2419: creating libproto/Makefile >| config.status:2419: creating libproto/mbox/Makefile >| config.status:2419: creating libproto/mailer/Makefile >| config.status:2419: creating mda/Makefile >| config.status:2419: creating mda/lib/Makefile >| config.status:2419: creating mda/lmtpd/Makefile >| config.status:2419: creating mda/mda/Makefile >| config.status:2419: creating mda/putmail/Makefile >| config.status:2419: creating mail/Makefile >| config.status:2419: creating mail/testsuite/Makefile >| config.status:2419: creating libmailutils/auth/Makefile >| config.status:2419: creating libmailutils/base/Makefile >| config.status:2419: creating libmailutils/address/Makefile >| config.status:2419: creating libmailutils/sockaddr/Makefile >| config.status:2419: creating libmailutils/cidr/Makefile >| config.status:2419: creating libmailutils/cli/Makefile >| config.status:2419: creating libmailutils/cfg/Makefile >| config.status:2419: creating libmailutils/datetime/Makefile >| config.status:2419: creating libmailutils/diag/Makefile >| config.status:2419: creating libmailutils/filter/Makefile >| config.status:2419: creating libmailutils/imapio/Makefile >| config.status:2419: creating libmailutils/list/Makefile >| config.status:2419: creating libmailutils/locus/Makefile >| config.status:2419: creating libmailutils/mailbox/Makefile >| config.status:2419: creating libmailutils/mailcap/Makefile >| config.status:2419: creating libmailutils/mailer/Makefile >| config.status:2419: creating libmailutils/mime/Makefile >| config.status:2419: creating libmailutils/mimetypes/Makefile >| config.status:2419: creating libmailutils/msgset/Makefile >| config.status:2419: creating libmailutils/opt/Makefile >| config.status:2419: creating libmailutils/property/Makefile >| config.status:2419: creating libmailutils/server/Makefile >| config.status:2419: creating libmailutils/string/Makefile >| config.status:2419: creating libmailutils/stream/Makefile >| config.status:2419: creating libmailutils/stdstream/Makefile >| config.status:2419: creating libmailutils/url/Makefile >| config.status:2419: creating libmailutils/wicket/Makefile >| config.status:2419: creating libmailutils/Makefile >| config.status:2419: creating messages/Makefile >| config.status:2419: creating mh/Makefile >| config.status:2419: creating mh/etc/Makefile >| config.status:2419: creating mimeview/Makefile >| config.status:2419: creating movemail/Makefile >| config.status:2419: creating po/Makefile.in >| config.status:2419: creating pop3d/Makefile >| config.status:2419: creating pop3d/testsuite/Makefile >| config.status:2419: creating python/Makefile >| config.status:2419: creating python/libmu_py/Makefile >| config.status:2419: creating python/mailutils/Makefile >| config.status:2419: creating readmsg/Makefile >| config.status:2419: creating decodemail/Makefile >| config.status:2419: creating mu-aux/Makefile >| config.status:2419: creating mu-aux/mailutils.spec >| config.status:2419: creating sieve/Makefile >| config.status:2419: creating mu/Makefile >| config.status:2419: creating mu/libexec/Makefile >| config.status:2419: creating config.h >| config.status:2665: linking lib/gnu/gettext.h to include/gettext.h >| config.status:2665: linking libmailutils/wordsplit/wordsplit.h to include/mailutils/sys/wordsplit.h >| config.status:2684: executing depfiles commands >| config.status:2684: executing libtool commands >| config.status:2684: executing po-directories commands >| config.status:2684: executing libproto/mh/tests/atconfig commands >| config.status:2684: executing libproto/maildir/tests/atconfig commands >| config.status:2684: executing libproto/dotmail/tests/atconfig commands >| config.status:2684: executing testsuite/atconfig commands >| config.status:2684: executing libtests/atconfig commands >| config.status:2684: executing libmailutils/tests/atconfig commands >| config.status:2684: executing libmu_auth/tests/atconfig commands >| config.status:2684: executing frm/tests/atconfig commands >| config.status:2684: executing mda/lmtpd/tests/atconfig commands >| config.status:2684: executing mda/mda/tests/atconfig commands >| config.status:2684: executing mda/putmail/tests/atconfig commands >| config.status:2684: executing mail/tests/atconfig commands >| config.status:2684: executing messages/tests/atconfig commands >| config.status:2684: executing readmsg/tests/atconfig commands >| config.status:2684: executing sieve/tests/atconfig commands >| config.status:2684: executing mh/tests/atconfig commands >| config.status:2684: executing comsat/tests/atconfig commands >| config.status:2684: executing imap4d/tests/atconfig commands >| config.status:2684: executing mimeview/tests/atconfig commands >| config.status:2684: executing libmu_scm/tests/atconfig commands >| config.status:2684: executing libproto/mbox/tests/atconfig commands >| config.status:2684: executing libproto/mailer/tests/atconfig commands >| config.status:2684: executing status commands >| >| ## ---------------- ## >| ## Cache variables. ## >| ## ---------------- ## >| >| ac_cv_build=x86_64-gentoo-linux-musl >| ac_cv_c_compiler_gnu=yes >| ac_cv_c_const=yes >| ac_cv_c_restrict=__restrict >| ac_cv_c_undeclared_builtin_options='none needed' >| 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=set >| ac_cv_env_CFLAGS_value='-O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing' >| 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=set >| ac_cv_env_CXXFLAGS_value='-O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing' >| 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=set >| ac_cv_env_EMACS_value=no >| ac_cv_env_LDFLAGS_set=set >| ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' >| ac_cv_env_LIBS_set= >| ac_cv_env_LIBS_value= >| ac_cv_env_LT_SYS_LIBRARY_PATH_set= >| ac_cv_env_LT_SYS_LIBRARY_PATH_value= >| ac_cv_env_MU_DEFAULT_SCHEME_set=set >| ac_cv_env_MU_DEFAULT_SCHEME_value=maildir >| 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_build_alias_set=set >| ac_cv_env_build_alias_value=x86_64-gentoo-linux-musl >| ac_cv_env_host_alias_set=set >| ac_cv_env_host_alias_value=x86_64-gentoo-linux-musl >| 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_closefrom=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_proc_pidinfo=no >| 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_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=no >| ac_cv_have_decl_F_CLOSEM=no >| ac_cv_have_decl__Exit=yes >| ac_cv_have_decl_atoll=yes >| ac_cv_have_decl_btowc=yes >| ac_cv_have_decl_chdir=yes >| ac_cv_have_decl_chown=yes >| ac_cv_have_decl_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_initstate=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_readlink=yes >| ac_cv_have_decl_readlinkat=yes >| ac_cv_have_decl_realpath=yes >| ac_cv_have_decl_rmdir=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_setusershell=yes >| ac_cv_have_decl_sleep=yes >| ac_cv_have_decl_srandom=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=no >| 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_have_libpam=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_gnutls_gnutls_h=yes >| ac_cv_header_iconv_h=yes >| ac_cv_header_inttypes_h=yes >| ac_cv_header_libgen_h=yes >| ac_cv_header_libproc_h=no >| ac_cv_header_limits_h=yes >| ac_cv_header_malloc_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=yes >| ac_cv_header_sgtty_h=no >| 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_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_termcap_h=yes >| ac_cv_header_termio_h=no >| 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-gentoo-linux-musl >| ac_cv_lib_crypt_crypt=yes >| ac_cv_lib_curses_tputs=no >| ac_cv_lib_dl_dlopen=yes >| ac_cv_lib_gnutls_gnutls_global_init=yes >| ac_cv_lib_lex='none needed' >| ac_cv_lib_ltdl_lt_dlinit=yes >| ac_cv_lib_ncurses_tputs=no >| ac_cv_lib_pam_pam_start=yes >| ac_cv_lib_pthread_pthread_cancel=yes >| ac_cv_lib_readline_readline=yes >| ac_cv_lib_resolv_res_query=yes >| ac_cv_lib_termcap_tputs=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_BISON=/usr/bin/bison >| ac_cv_path_EGREP='/bin/grep -E' >| ac_cv_path_FGREP='/bin/grep -F' >| ac_cv_path_FLEX=/usr/bin/flex >| ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt >| ac_cv_path_GREP=/bin/grep >| ac_cv_path_MSGFMT=/usr/bin/msgfmt >| ac_cv_path_MSGMERGE=/usr/bin/msgmerge >| ac_cv_path_PERL=/usr/bin/perl >| ac_cv_path_SED=/bin/sed >| ac_cv_path_XGETTEXT=/usr/bin/xgettext >| ac_cv_path_install='/usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c' >| ac_cv_path_lt_DD=/bin/dd >| ac_cv_path_mkdir=/bin/mkdir >| ac_cv_prog_AR=x86_64-gentoo-linux-musl-ar >| ac_cv_prog_AWK=gawk >| ac_cv_prog_CC=x86_64-gentoo-linux-musl-gcc >| ac_cv_prog_CPP='x86_64-gentoo-linux-musl-gcc -E' >| ac_cv_prog_CXX=x86_64-gentoo-linux-musl-g++ >| ac_cv_prog_CXXCPP='x86_64-gentoo-linux-musl-g++ -E' >| ac_cv_prog_EMACS=no >| ac_cv_prog_LEX=flex >| ac_cv_prog_OBJDUMP=x86_64-gentoo-linux-musl-objdump >| ac_cv_prog_RANLIB=x86_64-gentoo-linux-musl-ranlib >| ac_cv_prog_STRIP=x86_64-gentoo-linux-musl-strip >| ac_cv_prog_ac_ct_FILECMD=file >| ac_cv_prog_cc_c11= >| ac_cv_prog_cc_g=yes >| ac_cv_prog_cc_stdc= >| ac_cv_prog_cxx_11=no >| ac_cv_prog_cxx_cxx11= >| ac_cv_prog_cxx_g=yes >| ac_cv_prog_cxx_stdcxx= >| ac_cv_prog_lex_root=lex.yy >| ac_cv_prog_lex_yytext_pointer=yes >| ac_cv_prog_make_make_set=yes >| ac_cv_safe_to_define___extensions__=yes >| ac_cv_search_opendir='none required' >| ac_cv_search_yywrap=-lfl >| 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/x86_64-gentoo-linux-musl/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=none >| am_cv_CXX_dependencies_compiler_type=none >| 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_make_support_nested_variables=yes >| am_cv_prog_cc_c_o=yes >| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' >| am_cv_proto_iconv_arg1= >| gl_cv_C_locale_sans_EILSEQ=yes >| 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=no >| 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=no >| gl_cv_have_raw_decl_initstate=yes >| gl_cv_have_raw_decl_initstate_r=no >| gl_cv_have_raw_decl_isatty=yes >| gl_cv_have_raw_decl_iswctype=yes >| gl_cv_have_raw_decl_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=no >| gl_cv_have_raw_decl_rawmemchr=no >| 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=no >| 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=no >| 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=no >| 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='<limits.h>' >| gl_cv_next_stdint_h='<stdint.h>' >| gl_cv_next_stdlib_h='<stdlib.h>' >| gl_cv_next_string_h='<string.h>' >| gl_cv_next_sys_types_h='<sys/types.h>' >| gl_cv_next_unistd_h='<unistd.h>' >| gl_cv_next_wchar_h='<wchar.h>' >| gl_cv_next_wctype_h='<wctype.h>' >| gl_cv_pragma_columns=no >| gl_cv_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_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/x86_64-gentoo-linux-musl/bin/ld >| lt_cv_path_LDCXX='/usr/x86_64-gentoo-linux-musl/bin/ld -m elf_x86_64' >| lt_cv_path_NM='/usr/bin/x86_64-gentoo-linux-musl-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=yes >| lt_cv_sys_global_symbol_pipe='/bin/sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | /bin/sed '\''/ __gnu_lto/d'\''' >| lt_cv_sys_global_symbol_to_c_name_address='/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' >| lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' >| lt_cv_sys_global_symbol_to_cdecl='/bin/sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >| lt_cv_sys_global_symbol_to_import= >| lt_cv_sys_max_cmd_len=98304 >| lt_cv_to_host_file_cmd=func_convert_file_noop >| lt_cv_to_tool_file_cmd=func_convert_file_noop >| lt_cv_truncate_bin='/bin/dd bs=4096 count=1' >| mailutils_cv_hdr_path_dev='<paths.h>' >| mailutils_cv_hdr_path_devnull='<paths.h>' >| mailutils_cv_hdr_path_maildir='<paths.h>' >| mailutils_cv_hdr_path_sendmail='<paths.h>' >| mailutils_cv_hdr_path_tty='<paths.h>' >| mailutils_cv_hdr_path_tty_pfx='<paths.h>' >| mailutils_cv_hdr_path_utmp='<paths.h>' >| mailutils_cv_hdr_path_wtmp='<paths.h>' >| 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_wtmp=_PATH_WTMP >| mailutils_cv_path_utmpx='@(localstatedir)/run/utmpx' >| mu_cv_enable_build_comsat=no >| mu_cv_enable_build_decodemail=yes >| mu_cv_enable_build_dotlock=yes >| mu_cv_enable_build_frm=yes >| mu_cv_enable_build_imap4d=no >| mu_cv_enable_build_lmtpd=no >| mu_cv_enable_build_mail=yes >| mu_cv_enable_build_mda=no >| 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=no >| mu_cv_enable_build_putmail=yes >| mu_cv_enable_build_readmsg=yes >| mu_cv_enable_build_sieve=yes >| mu_cv_enable_cxx=no >| mu_cv_enable_dotmail=yes >| mu_cv_enable_imap=yes >| mu_cv_enable_maildir=yes >| mu_cv_enable_mh=yes >| 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=yes >| mu_cv_lib_gsasl=no >| >| ## ----------------- ## >| ## Output variables. ## >| ## ----------------- ## >| >| ACLOCAL='${SHELL} '\''/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/build-aux/missing'\'' aclocal-1.16' >| ALLOCA='' >| ALLOCA_H='alloca.h' >| AMDEPBACKSLASH='' >| AMDEP_FALSE='' >| AMDEP_TRUE='#' >| AMTAR='$${TAR-tar}' >| AM_BACKSLASH='\' >| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >| AM_DEFAULT_VERBOSITY='1' >| AM_V='$(V)' >| APPLE_UNIVERSAL_BUILD='0' >| AR='x86_64-gentoo-linux-musl-ar' >| ARFLAGS='cr' >| AUTOCONF='${SHELL} '\''/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/build-aux/missing'\'' autoconf' >| AUTOHEADER='${SHELL} '\''/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/build-aux/missing'\'' autoheader' >| AUTOM4TE='${SHELL} '\''/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/build-aux/missing'\'' autom4te' >| AUTOMAKE='${SHELL} '\''/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/build-aux/missing'\'' automake-1.16' >| AWK='gawk' >| BISON='/usr/bin/bison' >| BITSIZEOF_PTRDIFF_T='' >| BITSIZEOF_SIG_ATOMIC_T='' >| BITSIZEOF_SIZE_T='' >| BITSIZEOF_WCHAR_T='' >| BITSIZEOF_WINT_T='' >| BUILD_SQL='' >| CC='x86_64-gentoo-linux-musl-gcc' >| CCDEPMODE='depmode=none' >| CFLAGS='-O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing -Wall -Wdeclaration-after-statement' >| CPP='x86_64-gentoo-linux-musl-gcc -E' >| CPPFLAGS=' -DSYSCONFDIR=\"$(sysconfdir)\"' >| CSCOPE='cscope' >| CTAGS='ctags' >| CURSES_LIBS='-lncurses -ltinfo ' >| CXX='x86_64-gentoo-linux-musl-g++' >| CXXCPP='x86_64-gentoo-linux-musl-g++ -E' >| CXXDEPMODE='depmode=none' >| CXXFLAGS='-O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-strict-aliasing' >| CYGPATH_W='echo' >| DBMINCLUDES='' >| DBMLIBS='' >| 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='' >| ETAGS='etags' >| EXEEXT='' >| FGREP='/bin/grep -F' >| FILECMD='file' >| FLEX='/usr/bin/flex' >| 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='no' >| 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/gmsgfmt' >| GMSGFMT_015='/usr/bin/gmsgfmt' >| 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='' >| 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/x86_64-gentoo-linux-musl/bin/ld -m elf_x86_64' >| LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' >| LEX='flex' >| LEXLIB='-lfl ' >| LEX_OUTPUT_ROOT='lex.yy' >| LIBICONV='' >| LIBINTL='' >| LIBMU_SCM='' >| LIBMU_SCM_DEPS='' >| LIBOBJS='' >| LIBS='-lcrypt -lresolv -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='-lltdl' >| LTLIBICONV='' >| LTLIBINTL='' >| LTLIBOBJS='' >| LT_SYS_LIBRARY_PATH='' >| MAILBINDIR='${bindir}' >| MAKEINFO='${SHELL} '\''/var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/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 ${UNISTRING_LIBS}' >| MU_AUTHINCS='' >| MU_AUTHLIBS='-lgnutls -lpam -ldl' >| MU_COMMON_LIBRARIES='$(LTLIBINTL) $(LTLIBICONV)' >| MU_COND_COMSAT_FALSE='' >| MU_COND_COMSAT_TRUE='#' >| MU_COND_DBM_FALSE='' >| MU_COND_DBM_TRUE='#' >| MU_COND_DECODEMAIL_FALSE='#' >| MU_COND_DECODEMAIL_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_LMTPD_FALSE='' >| MU_COND_LMTPD_TRUE='#' >| MU_COND_MAILBOX_QUOTA_FALSE='' >| MU_COND_MAILBOX_QUOTA_TRUE='#' >| MU_COND_MAIL_FALSE='#' >| MU_COND_MAIL_TRUE='' >| MU_COND_MDA_FALSE='' >| MU_COND_MDA_TOOLS_FALSE='#' >| MU_COND_MDA_TOOLS_TRUE='' >| MU_COND_MDA_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_PUTMAIL_FALSE='#' >| MU_COND_PUTMAIL_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_DOTMAIL_FALSE='#' >| MU_COND_SUPPORT_DOTMAIL_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_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_COND_UNISTRING_FALSE='' >| MU_COND_UNISTRING_TRUE='#' >| MU_CXX_EXAMPLES_BUILD='' >| MU_DEFAULT_RECORD='mu_maildir_record' >| MU_DEFAULT_SCHEME='maildir' >| 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_DOTMAIL='${top_builddir}/libproto/dotmail/libmu_dotmail.la' >| MU_LIB_IMAP='${top_builddir}/libproto/imap/libmu_imap.la' >| MU_LIB_LOCAL_MAILBOX='$(MU_LIB_MBOX) $(MU_LIB_MH) $(MU_LIB_MAILDIR) $(MU_LIB_DOTMAIL)' >| MU_LIB_MAILBOX='$(MU_LIB_LOCAL_MAILBOX) $(MU_LIB_REMOTE_MAILBOX)' >| 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_POP='${top_builddir}/libproto/pop/libmu_pop.la' >| MU_LIB_PY='' >| MU_LIB_REMOTE_MAILBOX=' $(MU_LIB_IMAP) $(MU_LIB_POP)' >| MU_LIB_SCM='' >| MU_LIB_SIEVE='${top_builddir}/libmu_sieve/libmu_sieve.la' >| MU_LIB_SQL='${top_builddir}/sql/libsql.la' >| 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' >| MYSQLLIBS='' >| NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='<limits.h>' >| NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' >| NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>' >| NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>' >| NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>' >| NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>' >| NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>' >| NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>' >| NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>' >| NEXT_LIMITS_H='<limits.h>' >| NEXT_STDDEF_H='' >| NEXT_STDINT_H='<stdint.h>' >| NEXT_STDLIB_H='<stdlib.h>' >| NEXT_STRING_H='<string.h>' >| NEXT_SYS_TYPES_H='<sys/types.h>' >| NEXT_UNISTD_H='<unistd.h>' >| NEXT_WCHAR_H='<wchar.h>' >| NEXT_WCTYPE_H='<wctype.h>' >| NM='/usr/bin/x86_64-gentoo-linux-musl-nm -B' >| NMEDIT='' >| OBJDUMP='x86_64-gentoo-linux-musl-objdump' >| OBJEXT='o' >| ODBCLIBS='' >| OTOOL64='' >| OTOOL='' >| PACKAGE='mailutils' >| PACKAGE_BUGREPORT='bug-mailutils@gnu.org' >| PACKAGE_NAME='GNU Mailutils' >| PACKAGE_STRING='GNU Mailutils 3.15' >| PACKAGE_TARNAME='mailutils' >| PACKAGE_URL='http://mailutils.org' >| PACKAGE_VERSION='3.15' >| PATH_SEPARATOR=':' >| PERL='/usr/bin/perl' >| POPAUTH='' >| POSUB='po' >| PRAGMA_COLUMNS='' >| PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' >| PTRDIFF_T_SUFFIX='' >| PYTHON='' >| PYTHON_CONFIG='' >| PYTHON_EXEC_DIR='' >| PYTHON_EXEC_PREFIX='' >| PYTHON_INCLUDES='' >| PYTHON_LIBS='' >| PYTHON_PLATFORM='' >| PYTHON_PREFIX='' >| PYTHON_SITE_DIR='' >| PYTHON_VERSION='' >| RANLIB='x86_64-gentoo-linux-musl-ranlib' >| READLINE_LIBS='-lreadline -lncurses -ltinfo ' >| 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='0' >| 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/sh' >| 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='' >| SQL_LIBOBJS='' >| SQL_LOADABLE_MODULES='' >| SQL_LTLIBOBJS='' >| SQL_MODULES='' >| STDBOOL_H='' >| STDDEF_H='' >| STDINT_H='stdint.h' >| STRIP='x86_64-gentoo-linux-musl-strip' >| TLS_LIBS='-lgnutls ' >| UNDEFINE_STRTOK_R='0' >| UNISTD_H_HAVE_WINSOCK2_H='0' >| UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' >| UNISTRING_LIBS='' >| USE_NLS='yes' >| VERSION='3.15' >| VI_AGE='0' >| VI_CURRENT='9' >| VI_REVISION='0' >| WCHAR_T_SUFFIX='' >| WINDOWS_64_BIT_OFF_T='0' >| WINT_T_SUFFIX='' >| XGETTEXT='/usr/bin/xgettext' >| XGETTEXT_015='/usr/bin/xgettext' >| XGETTEXT_EXTRA_OPTIONS='' >| ac_ct_AR='' >| ac_ct_CC='' >| ac_ct_CXX='' >| 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='' >| am__quote='' >| am__tar='$${TAR-tar} chof - "$$tardir"' >| am__untar='$${TAR-tar} xf -' >| bindir='${exec_prefix}/bin' >| build='x86_64-gentoo-linux-musl' >| build_alias='x86_64-gentoo-linux-musl' >| build_cpu='x86_64' >| build_os='linux-musl' >| build_vendor='gentoo' >| datadir='/usr/share' >| datarootdir='/usr/share' >| docdir='/usr/share/doc/mailutils-3.15' >| dvidir='${docdir}' >| exec_prefix='${prefix}' >| gl_LIBOBJS='' >| gl_LTLIBOBJS='' >| gltests_LIBOBJS='' >| gltests_LTLIBOBJS='' >| gltests_WITNESS='IN_MAILUTILS_GNULIB_TESTS' >| host='x86_64-gentoo-linux-musl' >| host_alias='x86_64-gentoo-linux-musl' >| host_cpu='x86_64' >| host_os='linux-musl' >| host_vendor='gentoo' >| htmldir='/usr/share/doc/mailutils-3.15/html' >| includedir='${prefix}/include' >| infodir='/usr/share/info' >| install_sh='${SHELL} /var/tmp/portage/net-mail/mailutils-3.15/work/mailutils-3.15/build-aux/install-sh' >| libdir='/usr/lib' >| libexecdir='${exec_prefix}/libexec' >| lisp_LISP='' >| lispdir='/usr/share/emacs/site-lisp/mailutils' >| localedir='${datarootdir}/locale' >| localstatedir='/var/lib' >| mandir='/usr/share/man' >| mkdir_p='$(MKDIR_P)' >| mu_aux_dir='$(top_srcdir)/mu-aux' >| oldincludedir='/usr/include' >| pdfdir='${docdir}' >| pkglibexecdir='${libexecdir}/${PACKAGE}' >| pkgpyexecdir='' >| pkgpythondir='' >| prefix='/usr' >| program_transform_name='s,x,x,' >| psdir='${docdir}' >| pyexecdir='' >| pythondir='' >| runstatedir='${localstatedir}/run' >| sbindir='${exec_prefix}/sbin' >| sharedstatedir='${prefix}/com' >| sysconfdir='/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.15" >| #define PACKAGE_STRING "GNU Mailutils 3.15" >| #define PACKAGE_BUGREPORT "bug-mailutils@gnu.org" >| #define PACKAGE_URL "http://mailutils.org" >| #define PACKAGE "mailutils" >| #define VERSION "3.15" >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 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_FEATURES_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define STDC_HEADERS 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_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_GETPAGESIZE 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 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_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 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_GETLOADAVG 1 >| #define HAVE_RAW_DECL_GETSUBOPT 1 >| #define HAVE_RAW_DECL_GRANTPT 1 >| #define HAVE_RAW_DECL_INITSTATE 1 >| #define HAVE_RAW_DECL_MKDTEMP 1 >| #define HAVE_RAW_DECL_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_REALPATH 1 >| #define HAVE_RAW_DECL_SECURE_GETENV 1 >| #define HAVE_RAW_DECL_SETENV 1 >| #define HAVE_RAW_DECL_SETSTATE 1 >| #define HAVE_RAW_DECL_SRANDOM 1 >| #define HAVE_RAW_DECL_STRTOD 1 >| #define HAVE_RAW_DECL_STRTOLL 1 >| #define HAVE_RAW_DECL_STRTOULL 1 >| #define HAVE_RAW_DECL_UNLOCKPT 1 >| #define HAVE_RAW_DECL_UNSETENV 1 >| #define 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_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_LIBRESOLV 1 >| #define HAVE_LIBLTDL 1 >| #define WITH_GNUTLS 1 >| #define WITH_TLS 1 >| #define MU_CONF_MAILDIR "/var/spool/mail/" >| #define HAVE_PATHS_H 1 >| #define HAVE_PROC_SELF_FD 1 >| #define LOG_FACILITY LOG_MAIL >| #define LOG_FACILITY_STRING "mail" >| #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_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 0 >| #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_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_DOTMAIL 1 >| #define ENABLE_SMTP 1 >| #define ENABLE_SENDMAIL 1 >| #define ENABLE_PROG 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| #define USE_LIBPAM 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 YYTEXT_POINTER 1 >| #define MU_DEFAULT_SCHEME "maildir" >| #define MU_BUILD_PUTMAIL 1 >| #define MU_BUILD_FRM 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_DECODEMAIL 1 >| #define MU_BUILD_MH 1 >| >| configure: exit 0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 872173
:
813244
|
813247
|
813250
|
813253
|
813256
|
813259
|
813262
|
813265
|
813268
|
813271
|
813274
| 813277 |
813280
|
813283
|
813286
|
813289
|
813292
|
813295