Add `customhdr' (Sergey Matveev)..
[s-mailx.git] / mk-conf.sh
blobbbc52fc77491b1a8ddba2abbe0e8a1889fd6cd37
1 #!/bin/sh -
2 #@ Please see `INSTALL' and `make.rc' instead.
4 LC_ALL=C
5 export LC_ALL
7 option_reset() {
8 WANT_ICONV=0
9 WANT_SOCKETS=0
10 WANT_SSL=0 WANT_ALL_SSL_ALGORITHMS=0
11 WANT_SMTP=0 WANT_POP3=0
12 WANT_GSSAPI=0 WANT_NETRC=0 WANT_AGENT=0
13 #WANT_MD5=0
14 WANT_IDNA=0
15 WANT_IMAP_SEARCH=0
16 WANT_REGEX=0
17 WANT_READLINE=0 WANT_EDITLINE=0 WANT_NCL=0
18 WANT_TERMCAP=0
19 WANT_ERRORS=0
20 WANT_SPAM_SPAMC=0 WANT_SPAM_SPAMD=0 WANT_SPAM_FILTER=0
21 WANT_DOCSTRINGS=0
22 WANT_QUOTE_FOLD=0
23 WANT_FILTER_HTML_TAGSOUP=0
24 WANT_COLOUR=0
25 WANT_DOTLOCK=0
28 option_maximal() {
29 WANT_ICONV=require
30 WANT_SOCKETS=1
31 WANT_SSL=1 WANT_ALL_SSL_ALGORITHMS=1
32 WANT_SMTP=1 WANT_POP3=1
33 WANT_GSSAPI=1 WANT_NETRC=1 WANT_AGENT=1
34 #WANT_MD5=1
35 WANT_IDNA=1
36 WANT_IMAP_SEARCH=1
37 WANT_REGEX=require
38 WANT_NCL=1
39 WANT_HISTORY=1 WANT_TABEXPAND=1
40 WANT_TERMCAP=1
41 WANT_ERRORS=1
42 WANT_SPAM_SPAMC=1 WANT_SPAM_SPAMD=1 WANT_SPAM_FILTER=1
43 WANT_DOCSTRINGS=1
44 WANT_QUOTE_FOLD=1
45 WANT_FILTER_HTML_TAGSOUP=1
46 WANT_COLOUR=1
47 WANT_DOTLOCK=require
50 # Predefined CONFIG= urations take precedence over anything else
51 if [ -n "${CONFIG}" ]; then
52 case "${CONFIG}" in
53 [nN][uU][lL][lL])
54 option_reset
56 [nN][uU][lL][lL][iI])
57 option_reset
58 WANT_ICONV=require
60 [mM][iI][nN][iI][mM][aA][lL])
61 option_reset
62 WANT_ICONV=1
63 WANT_REGEX=1
64 WANT_DOTLOCK=require
66 [mM][eE][dD][iI][uU][mM])
67 option_reset
68 WANT_ICONV=require
69 WANT_IDNA=1
70 WANT_REGEX=1
71 WANT_NCL=1
72 WANT_HISTORY=1
73 WANT_ERRORS=1
74 WANT_SPAM_FILTER=1
75 WANT_DOCSTRINGS=1
76 WANT_COLOUR=1
77 WANT_DOTLOCK=require
79 [nN][eE][tT][sS][eE][nN][dD])
80 option_reset
81 WANT_ICONV=require
82 WANT_SOCKETS=1
83 WANT_SSL=require
84 WANT_SMTP=require
85 WANT_GSSAPI=1 WANT_NETRC=1 WANT_AGENT=1
86 WANT_IDNA=1
87 WANT_REGEX=1
88 WANT_NCL=1
89 WANT_HISTORY=1
90 WANT_DOCSTRINGS=1
91 WANT_COLOUR=1
92 WANT_DOTLOCK=require
94 [mM][aA][xX][iI][mM][aA][lL])
95 option_reset
96 option_maximal
98 [dD][eE][vV][eE][lL])
99 WANT_DEVEL=1 WANT_DEBUG=1 WANT_NYD2=1
100 option_maximal
102 [oO][dD][eE][vV][eE][lL])
103 WANT_DEVEL=1
104 option_maximal
107 echo >&2 "Unknown CONFIG= setting: ${CONFIG}"
108 echo >&2 'Possible values: NULL, NULLI, MINIMAL, MEDIUM, NETSEND, MAXIMAL'
109 exit 1
111 esac
114 # Inter-relationships
115 option_update() {
116 if feat_no SMTP && feat_no POP3; then
117 WANT_SOCKETS=0
119 if feat_no SOCKETS; then
120 if feat_require SMTP; then
121 msg 'ERROR: need SOCKETS for required feature SMTP'
122 config_exit 13
124 if feat_require POP3; then
125 msg 'ERROR: need SOCKETS for required feature POP3'
126 config_exit 13
128 WANT_SSL=0 WANT_ALL_SSL_ALGORITHMS=0
129 WANT_SMTP=0 WANT_POP3=0
130 WANT_GSSAPI=0 WANT_NETRC=0 WANT_AGENT=0
132 if feat_no SMTP; then
133 WANT_GSSAPI=0
136 if feat_no READLINE && feat_no EDITLINE && feat_no NCL; then
137 WANT_HISTORY=0 WANT_TABEXPAND=0
140 # If we don't need MD5 leave it alone
141 if feat_no SOCKETS; then
142 WANT_MD5=0
145 if feat_yes DEVEL; then
146 WANT_DEBUG=1
148 if feat_yes DEBUG; then
149 WANT_NOALLOCA=1 WANT_DEVEL=1
153 # Note that potential duplicates in PATH, C_INCLUDE_PATH etc. will be cleaned
154 # via path_check() later on once possible
156 # TODO cc_maxopt is brute simple, we should compile test program and dig real
157 # compiler versions for known compilers, then be more specific
158 cc_maxopt=100
159 _CFLAGS= _LDFLAGS=
161 os_early_setup() {
162 i="${OS:-`uname -s`}"
164 if [ ${i} = SunOS ]; then
165 msg 'SunOS / Solaris? Applying some "early setup" rules ...'
166 _os_early_setup_sunos
170 os_setup() {
171 # OSFULLSPEC is used to recognize changes (i.e., machine type, updates etc.)
172 OSFULLSPEC="${OS:-`uname -a | ${tr} '[A-Z]' '[a-z]'`}"
173 OS="${OS:-`uname -s | ${tr} '[A-Z]' '[a-z]'`}"
174 msg 'Operating system is "%s"' ${OS}
176 if [ ${OS} = sunos ]; then
177 msg ' . have special SunOS / Solaris "setup" rules ...'
178 _os_setup_sunos
179 elif [ ${OS} = unixware ]; then
180 msg ' . have special UnixWare environmental rules ...'
181 if feat_yes AUTOCC && command -v cc >/dev/null 2>&1; then
182 CC=cc
183 feat_yes DEBUG && _CFLAGS='-v -Xa -g' || _CFLAGS='-Xa -O'
185 CFLAGS="${_CFLAGS} ${ADDCFLAGS}"
186 LDFLAGS="${_LDFLAGS} ${ADDLDFLAGS}"
187 export CC CFLAGS LDFLAGS
188 WANT_AUTOCC=0 had_want_autocc=1 need_R_ldflags=-R
190 elif [ -n "${VERBOSE}" ]; then
191 msg ' . no special treatment for this system necessary or known'
194 # Sledgehammer: better set _GNU_SOURCE
195 # And in general: oh, boy!
196 OS_DEFINES="${OS_DEFINES}#define _GNU_SOURCE\n"
197 #OS_DEFINES="${OS_DEFINES}#define _POSIX_C_SOURCE 200809L\n"
198 #OS_DEFINES="${OS_DEFINES}#define _XOPEN_SOURCE 700\n"
199 #[ ${OS} = darwin ] && OS_DEFINES="${OS_DEFINES}#define _DARWIN_C_SOURCE\n"
201 # On pkgsrc(7) systems automatically add /usr/pkg/*
202 if [ -d /usr/pkg ]; then
203 C_INCLUDE_PATH="${C_INCLUDE_PATH}:/usr/pkg/include"
204 LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/pkg/lib"
208 _os_early_setup_sunos() {
209 # According to standards(5), this is what we need to do
210 if [ -d /usr/xpg4 ]; then :; else
211 msg 'ERROR: On SunOS / Solaris we need /usr/xpg4 environment! Sorry.'
212 config_exit 1
214 PATH="/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:${PATH}"
215 [ -d /usr/xpg6 ] && PATH="/usr/xpg6/bin:${PATH}"
216 export PATH
219 _os_setup_sunos() {
220 C_INCLUDE_PATH="/usr/xpg4/include:${C_INCLUDE_PATH}"
221 LD_LIBRARY_PATH="/usr/xpg4/lib:${LD_LIBRARY_PATH}"
223 # Include packages
224 if [ -d /opt/csw ]; then
225 C_INCLUDE_PATH="${C_INCLUDE_PATH}:/opt/csw/include"
226 LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/csw/lib"
229 OS_DEFINES="${OS_DEFINES}#define __EXTENSIONS__\n"
230 #OS_DEFINES="${OS_DEFINES}#define _POSIX_C_SOURCE 200112L\n"
232 [ -n "${cksum}" ] || cksum=/opt/csw/gnu/cksum
233 if [ -x "${cksum}" ]; then :; else
234 msg 'ERROR: Not an executable program: "%s"' "${cksum}"
235 msg 'ERROR: We need a CRC-32 cksum(1), as specified in POSIX.'
236 msg 'ERROR: However, we do so only for tests.'
237 msg 'ERROR: If that is ok, set "cksum=/usr/bin/true", then rerun'
238 config_exit 1
241 if feat_yes AUTOCC; then
242 if command -v cc >/dev/null 2>&1; then
243 CC=cc
244 feat_yes DEBUG && _CFLAGS="-v -Xa -g" || _CFLAGS="-Xa -O"
246 CFLAGS="${_CFLAGS} ${ADDCFLAGS}"
247 LDFLAGS="${_LDFLAGS} ${ADDLDFLAGS}"
248 export CC CFLAGS LDFLAGS
249 WANT_AUTOCC=0 had_want_autocc=1 need_R_ldflags=-R
250 else
251 # Assume gcc(1)
252 cc_maxopt=2 force_no_stackprot=1 need_R_ldflags=-Wl,-R
257 # Check out compiler ($CC) and -flags ($CFLAGS)
258 cc_setup() {
259 # Even though it belongs into cc_flags we will try to compile and link
260 # something, so ensure we have a clean state regarding CFLAGS/LDFLAGS or
261 # ADDCFLAGS/ADDLDFLAGS
262 if feat_no AUTOCC; then
263 _cc_default
264 # Ensure those don't do any harm
265 ADDCFLAGS= ADDLDFLAGS=
266 export ADDCFLAGS ADDLDFLAGS
267 return
268 else
269 CFLAGS= LDFLAGS=
270 export CFLAGS LDFLAGS
273 [ -n "${CC}" ] && [ "${CC}" != cc ] && { _cc_default; return; }
275 printf >&2 'Searching for a usable C compiler .. $CC='
276 if { i="`command -v clang`"; }; then
277 CC=${i}
278 elif { i="`command -v gcc`"; }; then
279 CC=${i}
280 elif { i="`command -v c99`"; }; then
281 CC=${i}
282 elif { i="`command -v tcc`"; }; then
283 CC=${i}
284 elif { i="`command -v pcc`"; }; then
285 CC=${i}
286 else
287 if [ "${CC}" = cc ]; then
289 elif { i="`command -v c89`"; }; then
290 CC=${i}
291 else
292 printf >&2 'boing booom tschak\n'
293 msg 'ERROR: I cannot find a compiler!'
294 msg ' Neither of clang(1), gcc(1), tcc(1), c89(1) and c99(1).'
295 msg ' Please set $CC environment variable, maybe $CFLAGS also, rerun.'
296 config_exit 1
299 printf >&2 -- '"%s"\n' "${CC}"
300 export CC
303 _cc_default() {
304 if [ -z "${CC}" ]; then
305 printf >&2 'To go on like you have chosen, please set $CC, rerun.'
306 config_exit 1
309 if [ -z "${VERBOSE}" ] && [ -f ${lst} ] && feat_no DEBUG; then
311 else
312 msg 'Using C compiler $CC="%s"' "${CC}"
316 cc_flags() {
317 if feat_yes AUTOCC; then
318 if [ -f ${lst} ] && feat_no DEBUG && [ -z "${VERBOSE}" ]; then
319 cc_check_silent=1
320 msg 'Detecting $CFLAGS/$LDFLAGS for $CC="%s", just a second..' "${CC}"
321 else
322 cc_check_silent=
323 msg 'Testing usable $CFLAGS/$LDFLAGS for $CC="%s"' "${CC}"
326 i=`echo "${CC}" | ${awk} 'BEGIN{FS="/"}{print $NF}'`
327 if { echo "${i}" | ${grep} tcc; } >/dev/null 2>&1; then
328 msg ' . have special tcc(1) environmental rules ...'
329 _cc_flags_tcc
330 else
331 # As of pcc CVS 2016-04-02, stack protection support is announced but
332 # will break if used on Linux
333 if { echo "${i}" | ${grep} pcc; } >/dev/null 2>&1; then
334 force_no_stackprot=1
336 _cc_flags_generic
339 feat_no DEBUG && _CFLAGS="-DNDEBUG ${_CFLAGS}"
340 CFLAGS="${_CFLAGS} ${ADDCFLAGS}"
341 LDFLAGS="${_LDFLAGS} ${ADDLDFLAGS}"
342 else
343 if feat_no DEBUG; then
344 CFLAGS="-DNDEBUG ${CFLAGS}"
347 msg ''
348 export CFLAGS LDFLAGS
351 _cc_flags_tcc() {
352 __cflags=${_CFLAGS} __ldflags=${_LDFLAGS}
353 _CFLAGS= _LDFLAGS=
355 cc_check -Wall
356 cc_check -Wextra
357 cc_check -pedantic
359 if feat_yes DEBUG; then
360 # May have problems to find libtcc cc_check -b
361 cc_check -g
364 _CFLAGS="${_CFLAGS} ${__cflags}" _LDFLAGS="${_LDFLAGS} ${__ldflags}"
365 unset __cflags __ldflags
368 _cc_flags_generic() {
369 __cflags=${_CFLAGS} __ldflags=${_LDFLAGS}
370 _CFLAGS= _LDFLAGS=
371 feat_yes DEVEL && cc_check -std=c89 || cc_check -std=c99
373 # Check -g first since some others may rely upon -g / optim. level
374 if feat_yes DEBUG; then
375 cc_check -O
376 cc_check -g
377 elif [ ${cc_maxopt} -gt 2 ] && cc_check -O3; then
379 elif [ ${cc_maxopt} -gt 1 ] && cc_check -O2; then
381 elif [ ${cc_maxopt} -gt 0 ] && cc_check -O1; then
383 else
384 cc_check -O
387 if feat_yes DEVEL && cc_check -Weverything; then
389 else
390 cc_check -Wall
391 cc_check -Wextra
392 cc_check -Wbad-function-cast
393 cc_check -Wcast-align
394 cc_check -Wcast-qual
395 cc_check -Winit-self
396 cc_check -Wmissing-prototypes
397 cc_check -Wshadow
398 cc_check -Wunused
399 cc_check -Wwrite-strings
400 cc_check -Wno-long-long
402 cc_check -pedantic
404 if feat_yes AMALGAMATION && feat_no DEVEL; then
405 cc_check -Wno-unused-function
407 feat_no DEVEL && cc_check -Wno-unused-result # XXX do right way (pragma too)
409 cc_check -fno-unwind-tables
410 cc_check -fno-asynchronous-unwind-tables
411 cc_check -fstrict-aliasing
412 if cc_check -fstrict-overflow && feat_yes DEVEL; then
413 cc_check -Wstrict-overflow=5
416 if feat_yes DEBUG || feat_yes FORCED_STACKPROT; then
417 if [ -z "${force_no_stackprot}" ]; then
418 if cc_check -fstack-protector-strong ||
419 cc_check -fstack-protector-all; then
420 cc_check -D_FORTIFY_SOURCE=2
422 else
423 msg 'Not checking for -fstack-protector compiler option,'
424 msg 'since that caused errors in a "similar" configuration.'
425 msg 'You may turn off WANT_AUTOCC and use your own settings, rerun'
429 if feat_yes AMALGAMATION; then
430 cc_check -pipe
433 # LD (+ dependend CC)
435 if feat_yes DEVEL; then
436 _ccfg=${_CFLAGS}
437 # -fsanitize=address
438 #if cc_check -fsanitize=memory &&
439 # ld_check -fsanitize=memory &&
440 # cc_check -fsanitize-memory-track-origins=2 &&
441 # ld_check -fsanitize-memory-track-origins=2; then
443 #else
444 # _CFLAGS=${_ccfg}
448 ld_check -Wl,-z,relro
449 ld_check -Wl,-z,now
450 ld_check -Wl,-z,noexecstack
452 # Address randomization
453 _ccfg=${_CFLAGS}
454 if cc_check -fPIE || cc_check -fpie; then
455 ld_check -pie || _CFLAGS=${_ccfg}
457 unset _ccfg
459 _CFLAGS="${_CFLAGS} ${__cflags}" _LDFLAGS="${_LDFLAGS} ${__ldflags}"
460 unset __cflags __ldflags
463 ## -- >8 -- 8< -- ##
465 ## Notes:
466 ## - Heirloom sh(1) (and same origin) have _sometimes_ problems with ': >'
467 ## redirection, so use "printf '' >" instead
469 ## Very first: we undergo several states regarding I/O redirection etc.,
470 ## but need to deal with option updates from within all. Since all the
471 ## option stuff should be above the scissor line, define utility functions
472 ## and redefine them as necessary.
473 ## And, since we have those functions, simply use them for whatever
475 config_exit() {
476 exit ${1}
479 msg() {
480 fmt=${1}
481 shift
482 printf >&2 -- "${fmt}\\n" "${@}"
485 ## First of all, create new configuration and check wether it changed
487 rc=./make.rc
488 lst=./config.lst
489 h=./config.h h_name=config.h
490 mk=./mk.mk
492 newlst=./config.lst-new
493 newmk=./config.mk-new
494 newh=./config.h-new
495 tmp0=___tmp
496 tmp=./${tmp0}1$$
497 tmp2=./${tmp0}2$$
499 t1=ten10one1ten10one1
500 if ( [ ${t1##*ten10} = one1 ] && [ ${t1#*ten10} = one1ten10one1 ] &&
501 [ ${t1%%one1*} = ten10 ] && [ ${t1%one1*} = ten10one1ten10 ]
502 ) > /dev/null 2>&1; then
503 good_shell=1
504 else
505 unset good_shell
507 unset t1
509 # We need some standard utilities
510 unset -f command
511 check_tool() {
512 n=${1} i=${2} opt=${3:-0}
513 # Evaluate, just in case user comes in with shell snippets (..well..)
514 eval i="${i}"
515 if type "${i}" >/dev/null 2>&1; then # XXX why have i type not command -v?
516 [ -n "${VERBOSE}" ] && msg ' . $%s ... "%s"' "${n}" "${i}"
517 eval ${n}=${i}
518 return 0
520 if [ ${opt} -eq 0 ]; then
521 msg 'ERROR: no trace of utility "%s"' "${n}"
522 config_exit 1
524 return 1
527 # Very easy checks for the operating system in order to be able to adjust paths
528 # or similar very basic things which we need to be able to go at all
529 os_early_setup
531 # Check those tools right now that we need before including $rc
532 msg 'Checking for basic utility set'
533 check_tool awk "${awk:-`command -v awk`}"
534 check_tool rm "${rm:-`command -v rm`}"
535 check_tool tr "${tr:-`command -v tr`}"
537 # Our feature check environment
538 feat_val_no() {
539 [ "x${1}" = x0 ] ||
540 [ "x${1}" = xfalse ] || [ "x${1}" = xno ] || [ "x${1}" = xoff ]
543 feat_val_yes() {
544 [ "x${1}" = x1 ] ||
545 [ "x${1}" = xtrue ] || [ "x${1}" = xyes ] || [ "x${1}" = xon ] ||
546 [ "x${1}" = xrequire ]
549 feat_val_require() {
550 [ "x${1}" = xrequire ]
553 _feat_check() {
554 eval i=\$WANT_${1}
555 i="`echo ${i} | ${tr} '[A-Z]' '[a-z]'`"
556 if feat_val_no "${i}"; then
557 return 1
558 elif feat_val_yes "${i}"; then
559 return 0
560 else
561 msg "ERROR: %s: any of 0/false/no/off or 1/true/yes/on/require, got: %s" \
562 "${1}" "${i}"
563 config_exit 11
567 feat_yes() {
568 _feat_check ${1}
571 feat_no() {
572 _feat_check ${1} && return 1
573 return 0
576 feat_require() {
577 eval i=\$WANT_${1}
578 i="`echo ${i} | ${tr} '[A-Z]' '[a-z]'`"
579 [ "x${i}" = xrequire ] || [ "x${i}" = xrequired ]
582 feat_bail_required() {
583 if feat_require ${1}; then
584 msg 'ERROR: feature WANT_%s is required but not available' "${1}"
585 config_exit 13
587 eval WANT_${1}=0
588 option_update # XXX this is rather useless here (dependency chain..)
591 # Include $rc, but only take from it what wasn't overwritten by the user from
592 # within the command line or from a chosen fixed CONFIG=
593 # Note we leave alone the values
594 trap "exit 1" HUP INT TERM
595 trap "${rm} -f ${tmp}" EXIT
597 printf >&2 'Reading and preparing configuration from "%s" ... ' ${rc}
598 ${rm} -f ${tmp}
599 # We want read(1) to perform backslash escaping in order to be able to use
600 # multiline values in make.rc; the resulting sh(1)/sed(1) code was very slow in
601 # VMs (see [fa2e248]), Aharon Robbins suggested the following
602 < ${rc} ${awk} 'BEGIN{line = ""}{
603 gsub(/^[[:space:]]+/, "", $0)
604 gsub(/[[:space:]]+$/, "", $0)
605 if(gsub(/\\$/, "", $0)){
606 line = line $0
607 next
608 }else
609 line = line $0
610 if(index(line, "#") == 1){
611 line = ""
612 }else if(length(line)){
613 print line
614 line = ""
616 }' |
617 while read line; do
618 if [ -n "${good_shell}" ]; then
619 i=${line%%=*}
620 else
621 i=`${awk} -v LINE="${line}" 'BEGIN{
622 gsub(/=.*$/, "", LINE)
623 print LINE
626 if [ "${i}" = "${line}" ]; then
627 msg 'ERROR: invalid syntax in "%s"' "${line}"
628 continue
631 eval j="\$${i}" jx="\${${i}+x}"
632 if [ -n "${j}" ] || [ "${jx}" = x ]; then
633 : # Yet present
634 else
635 j=`${awk} -v LINE="${line}" 'BEGIN{
636 gsub(/^[^=]*=/, "", LINE)
637 gsub(/^\"*/, "", LINE)
638 gsub(/\"*$/, "", LINE)
639 print LINE
642 echo "${i}=\"${j}\""
643 done > ${tmp}
644 # Reread the mixed version right now
645 . ./${tmp}
646 printf >&2 'done\n'
648 # We need to know about that now, in order to provide utility overwrites etc.
649 os_setup
651 msg 'Checking for remaining set of utilities'
652 check_tool grep "${grep:-`command -v grep`}"
654 # Before we step ahead with the other utilities perform a path cleanup first.
655 # We need this function also for C_INCLUDE_PATH and LD_LIBRARY_PATH
656 # "path_check VARNAME" or "path_check VARNAME FLAG VARNAME"
657 path_check() {
658 varname=${1} addflag=${2} flagvarname=${3}
659 j=${IFS}
660 IFS=:
661 eval "set -- \$${1}"
662 IFS=${j}
663 j= k= y= z=
664 for i
666 [ -z "${i}" ] && continue
667 [ -d "${i}" ] || continue
668 if [ -n "${j}" ]; then
669 if { z=${y}; echo "${z}"; } | ${grep} ":${i}:" >/dev/null 2>&1; then
671 else
672 y="${y} :${i}:"
673 j="${j}:${i}"
674 [ -n "${addflag}" ] && k="${k} ${addflag}${i}"
676 else
677 y=" :${i}:"
678 j="${i}"
679 [ -n "${addflag}" ] && k="${addflag}${i}"
681 done
682 eval "${varname}=\"${j}\""
683 [ -n "${addflag}" ] && eval "${flagvarname}=\"${k}\""
684 unset varname
687 path_check PATH
689 # awk(1) above
690 check_tool cat "${cat:-`command -v cat`}"
691 check_tool chmod "${chmod:-`command -v chmod`}"
692 check_tool cp "${cp:-`command -v cp`}"
693 check_tool cmp "${cmp:-`command -v cmp`}"
694 # grep(1) above
695 check_tool mkdir "${mkdir:-`command -v mkdir`}"
696 check_tool mv "${mv:-`command -v mv`}"
697 # rm(1) above
698 check_tool sed "${sed:-`command -v sed`}"
699 check_tool sort "${sort:-`command -v sort`}"
700 check_tool tee "${tee:-`command -v tee`}"
702 check_tool chown "${chown:-`command -v chown`}" 1 ||
703 check_tool chown "/sbin/chown" 1 ||
704 check_tool chown "/usr/sbin/chown"
706 check_tool make "${MAKE:-`command -v make`}"
707 MAKE=${make}
708 check_tool strip "${STRIP:-`command -v strip`}" 1 &&
709 HAVE_STRIP=1 || HAVE_STRIP=0
711 # For ./cc-test.sh only
712 check_tool cksum "${cksum:-`command -v cksum`}"
714 # Update WANT_ options now, in order to get possible inter-dependencies right
715 option_update
717 # (No functions since some shells loose non-exported variables in traps)
718 trap "trap \"\" HUP INT TERM; exit 1" HUP INT TERM
719 trap "trap \"\" HUP INT TERM EXIT;\
720 ${rm} -rf ${newlst} ${tmp0}.* ${tmp0}* ${newmk} ${newh}" EXIT
722 # Our configuration options may at this point still contain shell snippets,
723 # we need to evaluate them in order to get them expanded, and we need those
724 # evaluated values not only in our new configuration file, but also at hand..
725 printf >&2 'Evaluating all configuration items ... '
726 ${rm} -f ${newlst} ${newmk} ${newh}
727 exec 5<&0 6>&1 <${tmp} >${newlst}
728 while read line; do
730 if [ -n "${good_shell}" ]; then
731 i=${line%%=*}
732 [ "${i}" != "${i#WANT_}" ] && z=1
733 else
734 i=`${awk} -v LINE="${line}" 'BEGIN{
735 gsub(/=.*$/, "", LINE);\
736 print LINE
738 if echo "${i}" | ${grep} '^WANT_' >/dev/null 2>&1; then
743 eval j=\$${i}
744 if [ -n "${z}" ]; then
745 j="`echo ${j} | ${tr} '[A-Z]' '[a-z]'`"
746 if [ -z "${j}" ] || feat_val_no "${j}"; then
748 printf "/*#define ${i}*/\n" >> ${newh}
749 elif feat_val_yes "${j}"; then
750 if feat_val_require "${j}"; then
751 j=require
752 else
755 printf "#define ${i}\n" >> ${newh}
756 else
757 msg 'ERROR: cannot parse <%s>' "${line}"
758 config_exit 1
760 else
761 printf "#define ${i} \"${j}\"\n" >> ${newh}
763 printf "${i} = ${j}\n" >> ${newmk}
764 printf "${i}=${j}\n"
765 eval "${i}=\"${j}\""
766 done
767 exec 0<&5 1>&6 5<&- 6<&-
768 printf >&2 'done\n'
770 # Add the known utility and some other variables
771 printf "#define UAGENT \"${SID}${NAIL}\"\n" >> ${newh}
772 printf "UAGENT = ${SID}${NAIL}\n" >> ${newmk}
774 printf "#define PRIVSEP \"${SID}${NAIL}-privsep\"\n" >> ${newh}
775 printf "PRIVSEP = \$(UAGENT)-privsep\n" >> ${newmk}
776 if feat_yes DOTLOCK; then
777 printf "OPTIONAL_PRIVSEP = \$(PRIVSEP)\n" >> ${newmk}
778 else
779 printf "OPTIONAL_PRIVSEP =\n" >> ${newmk}
782 for i in \
783 awk cat chmod chown cp cmp grep mkdir mv rm sed sort tee tr \
784 MAKE make strip \
785 cksum; do
786 eval j=\$${i}
787 printf "${i} = ${j}\n" >> ${newmk}
788 printf "${i}=${j}\n" >> ${newlst}
789 done
791 # Build a basic set of INCS and LIBS according to user environment.
792 path_check C_INCLUDE_PATH -I _INCS
793 INCS="${INCS} ${_INCS}"
794 path_check LD_LIBRARY_PATH -L _LIBS
795 LIBS="${LIBS} ${_LIBS}"
796 unset _INCS _LIBS
797 export C_INCLUDE_PATH LD_LIBRARY_PATH
799 if [ -n "${need_R_ldflags}" ]; then
800 i=${IFS}
801 IFS=:
802 set -- ${LD_LIBRARY_PATH}
803 IFS=${i}
804 for i
806 LDFLAGS="${LDFLAGS} ${need_R_ldflags}${i}"
807 _LDFLAGS="${_LDFLAGS} ${need_R_ldflags}${i}"
808 done
809 export LDFLAGS
812 ## Detect CC, wether we can use it, and possibly which CFLAGS we can use
814 cc_setup
816 ${cat} > ${tmp}.c << \!
817 #include <stdio.h>
818 #include <string.h>
819 static void doit(char const *s);
821 main(int argc, char **argv){
822 (void)argc;
823 (void)argv;
824 doit("Hello world");
825 return 0;
827 static void
828 doit(char const *s){
829 char buf[12];
830 strcpy(buf, s);
831 puts(s);
835 if "${CC}" ${INCS} ${CFLAGS} ${ADDCFLAGS} ${LDFLAGS} ${ADDLDFLAGS} \
836 -o ${tmp2} ${tmp}.c ${LIBS}; then
838 else
839 msg 'ERROR: i cannot compile a "Hello world" via'
840 msg ' %s' \
841 "${CC} ${INCS} ${CFLAGS} ${ADDCFLAGS} ${LDFLAGS} ${ADDLDFLAGS} ${LIBS}"
842 msg 'ERROR: Please read INSTALL, rerun'
843 config_exit 1
846 cc_check() {
847 [ -n "${cc_check_silent}" ] || printf >&2 ' . CC %s .. ' "${1}"
848 if "${CC}" ${INCS} ${_CFLAGS} ${1} ${ADDCFLAGS} ${_LDFLAGS} ${ADDLDFLAGS} \
849 -o ${tmp2} ${tmp}.c ${LIBS} >/dev/null 2>&1; then
850 _CFLAGS="${_CFLAGS} ${1}"
851 [ -n "${cc_check_silent}" ] || printf >&2 'yes\n'
852 return 0
854 [ -n "${cc_check_silent}" ] || printf >&2 'no\n'
855 return 1
858 ld_check() {
859 [ -n "${cc_check_silent}" ] || printf >&2 ' . LD %s .. ' "${1}"
860 if "${CC}" ${INCS} ${_CFLAGS} ${_LDFLAGS} ${1} ${ADDLDFLAGS} \
861 -o ${tmp2} ${tmp}.c ${LIBS} >/dev/null 2>&1; then
862 _LDFLAGS="${_LDFLAGS} ${1}"
863 [ -n "${cc_check_silent}" ] || printf >&2 'yes\n'
864 return 0
866 [ -n "${cc_check_silent}" ] || printf >&2 'no\n'
867 return 1
870 cc_flags
872 for i in \
873 INCS LIBS \
874 ; do
875 eval j=\$${i}
876 printf -- "${i}=${j}\n" >> ${newlst}
877 done
878 for i in \
879 CC \
880 CFLAGS \
881 LDFLAGS \
882 PATH C_INCLUDE_PATH LD_LIBRARY_PATH \
883 OSFULLSPEC \
884 ; do
885 eval j=\$${i}
886 printf -- "${i} = ${j}\n" >> ${newmk}
887 printf -- "${i}=${j}\n" >> ${newlst}
888 done
890 # Now finally check wether we already have a configuration and if so, wether
891 # all those parameters are still the same.. or something has actually changed
892 if [ -f ${lst} ] && ${cmp} ${newlst} ${lst} >/dev/null 2>&1; then
893 echo 'Configuration is up-to-date'
894 exit 0
895 elif [ -f ${lst} ]; then
896 echo 'Configuration has been updated..'
897 ( eval "${MAKE} -f ./mk.mk clean" )
898 echo
899 else
900 echo 'Shiny configuration..'
903 # Time to redefine helper 1
904 config_exit() {
905 ${rm} -f ${lst} ${h} ${mk}
906 exit ${1}
909 ${mv} -f ${newlst} ${lst}
910 ${mv} -f ${newh} ${h}
911 ${mv} -f ${newmk} ${mk}
913 ## Compile and link checking
915 tmp3=./${tmp0}3$$
916 log=./config.log
917 lib=./config.lib
918 inc=./config.inc
919 makefile=./config.mk
921 # (No function since some shells loose non-exported variables in traps)
922 trap "trap \"\" HUP INT TERM;\
923 ${rm} -f ${lst} ${h} ${mk} ${lib} ${inc}; exit 1" HUP INT TERM
924 trap "trap \"\" HUP INT TERM EXIT;\
925 ${rm} -rf ${tmp0}.* ${tmp0}* ${makefile}" EXIT
927 # Time to redefine helper 2
928 msg() {
929 fmt=${1}
930 shift
931 printf "*** ${fmt}\\n" "${@}"
932 printf -- "${fmt}\\n" "${@}" >&5
934 msg_nonl() {
935 fmt=${1}
936 shift
937 printf "*** ${fmt}\\n" "${@}"
938 printf -- "${fmt}" "${@}" >&5
941 exec 5>&2 > ${log} 2>&1
943 echo "${LIBS}" > ${lib}
944 echo "${INCS}" > ${inc}
945 ${cat} > ${makefile} << \!
946 .SUFFIXES: .o .c .x .y
947 .c.o:
948 $(CC) -I./ $(XINCS) $(CFLAGS) -c $<
949 .c.x:
950 $(CC) -I./ $(XINCS) -E $< >$@
952 $(CC) -I./ $(XINCS) $(CFLAGS) $(LDFLAGS) -o $@ $< $(XLIBS)
953 .y: ;
956 _check_preface() {
957 variable=$1 topic=$2 define=$3
959 echo '**********'
960 msg_nonl ' . %s ... ' "${topic}"
961 echo "/* checked ${topic} */" >> ${h}
962 ${rm} -f ${tmp} ${tmp}.o
963 echo '*** test program is'
964 { echo '#include <'"${h_name}"'>'; cat; } | ${tee} ${tmp}.c
965 #echo '*** the preprocessor generates'
966 #${make} -f ${makefile} ${tmp}.x
967 #${cat} ${tmp}.x
968 echo '*** results are'
971 compile_check() {
972 variable=$1 topic=$2 define=$3
974 _check_preface "${variable}" "${topic}" "${define}"
976 if ${make} -f ${makefile} XINCS="${INCS}" ./${tmp}.o &&
977 [ -f ./${tmp}.o ]; then
978 msg 'yes'
979 echo "${define}" >> ${h}
980 eval have_${variable}=yes
981 return 0
982 else
983 echo "/* ${define} */" >> ${h}
984 msg 'no'
985 eval unset have_${variable}
986 return 1
990 _link_mayrun() {
991 run=$1 variable=$2 topic=$3 define=$4 libs=$5 incs=$6
993 _check_preface "${variable}" "${topic}" "${define}"
995 if ${make} -f ${makefile} XINCS="${INCS} ${incs}" \
996 XLIBS="${LIBS} ${libs}" ./${tmp} &&
997 [ -f ./${tmp} ] &&
998 { [ ${run} -eq 0 ] || ./${tmp}; }; then
999 echo "*** adding INCS<${incs}> LIBS<${libs}>; executed: ${run}"
1000 msg 'yes'
1001 echo "${define}" >> ${h}
1002 LIBS="${LIBS} ${libs}"
1003 echo "${libs}" >> ${lib}
1004 INCS="${INCS} ${incs}"
1005 echo "${incs}" >> ${inc}
1006 eval have_${variable}=yes
1007 return 0
1008 else
1009 msg 'no'
1010 echo "/* ${define} */" >> ${h}
1011 eval unset have_${variable}
1012 return 1
1016 link_check() {
1017 _link_mayrun 0 "${1}" "${2}" "${3}" "${4}" "${5}"
1020 run_check() {
1021 _link_mayrun 1 "${1}" "${2}" "${3}" "${4}" "${5}"
1026 # May be multiline..
1027 [ -n "${OS_DEFINES}" ] && printf -- "${OS_DEFINES}" >> ${h}
1029 if run_check clock_gettime 'clock_gettime(2)' \
1030 '#define HAVE_CLOCK_GETTIME' << \!
1031 #include <time.h>
1032 # include <errno.h>
1033 int main(void){
1034 struct timespec ts;
1036 if(!clock_gettime(CLOCK_REALTIME, &ts) || errno != ENOSYS)
1037 return 0;
1038 return 1;
1041 then
1043 elif run_check clock_gettime 'clock_gettime(2) (via -lrt)' \
1044 '#define HAVE_CLOCK_GETTIME' '-lrt' << \!
1045 #include <time.h>
1046 # include <errno.h>
1047 int main(void){
1048 struct timespec ts;
1050 if(!clock_gettime(CLOCK_REALTIME, &ts) || errno != ENOSYS)
1051 return 0;
1052 return 1;
1055 then
1057 elif run_check gettimeofday 'gettimeofday(2)' \
1058 '#define HAVE_GETTIMEOFDAY' << \!
1059 #include <stdio.h> /* For C89 NULL */
1060 #include <sys/time.h>
1061 # include <errno.h>
1062 int main(void){
1063 struct timeval tv;
1065 if(!gettimeofday(&tv, NULL) || errno != ENOSYS)
1066 return 0;
1067 return 1;
1070 then
1072 else
1073 have_no_subsecond_time=1
1076 if run_check userdb 'gete?[gu]id(2), getpwuid(3), getpwnam(3)' << \!
1077 #include <pwd.h>
1078 #include <unistd.h>
1079 # include <errno.h>
1080 int main(void){
1081 struct passwd *pw;
1082 gid_t gid;
1083 uid_t uid;
1085 if((gid = getgid()) != 0)
1086 gid = getegid();
1087 if((uid = getuid()) != 0)
1088 uid = geteuid();
1089 if((pw = getpwuid(uid)) == NULL && errno == ENOSYS)
1090 return 1;
1091 if((pw = getpwnam("root")) == NULL && errno == ENOSYS)
1092 return 1;
1093 return 0;
1096 then
1098 else
1099 msg 'ERROR: we require user and group info / database searches.'
1100 msg 'That much Unix we indulge ourselfs.'
1101 config_exit 1
1104 if link_check snprintf 'v?snprintf(3)' << \!
1105 #include <stdarg.h>
1106 #include <stdio.h>
1107 static void dome(char *buf, ...){
1108 va_list ap;
1110 va_start(ap, buf);
1111 vsnprintf(buf, 20, "%s", ap);
1112 va_end(ap);
1113 return;
1115 int main(void){
1116 char b[20];
1118 snprintf(b, sizeof b, "%s", "string");
1119 dome(b, "string");
1120 return 0;
1123 then
1125 else
1126 msg 'ERROR: we require the snprintf(3) and vsnprintf(3) functions.'
1127 config_exit 1
1130 if link_check environ 'environ(3)' << \!
1131 #include <stdio.h> /* For C89 NULL */
1132 int main(void){
1133 extern char **environ;
1135 return environ[0] == NULL;
1138 then
1140 else
1141 msg 'ERROR: we require the environ(3) array for subprocess control.'
1142 config_exit 1
1145 if link_check termios 'termios.h and tc*(3) family' << \!
1146 #include <termios.h>
1147 int main(void){
1148 struct termios tios;
1150 tcgetattr(0, &tios);
1151 tcsetattr(0, TCSADRAIN | TCSAFLUSH, &tios);
1152 return 0;
1155 then
1157 else
1158 msg 'ERROR: we require termios.h and the tc*() family of functions.'
1159 msg 'That much Unix we indulge ourselfs.'
1160 config_exit 1
1165 run_check pathconf 'pathconf(2)' '#define HAVE_PATHCONF' << \!
1166 #include <unistd.h>
1167 #include <errno.h>
1168 int main(void){
1169 int rv = 0;
1171 errno = 0;
1172 rv |= !(pathconf(".", _PC_NAME_MAX) >= 0 || errno == 0 || errno != ENOSYS);
1173 errno = 0;
1174 rv |= !(pathconf(".", _PC_PATH_MAX) >= 0 || errno == 0 || errno != ENOSYS);
1175 return rv;
1179 run_check pipe2 'pipe2(2)' '#define HAVE_PIPE2' << \!
1180 #include <fcntl.h>
1181 #include <unistd.h>
1182 # include <errno.h>
1183 int main(void){
1184 int fds[2];
1186 if(!pipe2(fds, O_CLOEXEC) || errno != ENOSYS)
1187 return 0;
1188 return 1;
1192 # We use this only then for now (need NOW+1)
1193 run_check utimensat 'utimensat(2)' '#define HAVE_UTIMENSAT' << \!
1194 #include <fcntl.h> /* For AT_* */
1195 #include <sys/stat.h>
1196 # include <errno.h>
1197 int main(void){
1198 struct timespec ts[2];
1200 ts[0].tv_nsec = UTIME_NOW;
1201 ts[1].tv_nsec = UTIME_OMIT;
1202 if(!utimensat(AT_FDCWD, "", ts, 0) || errno != ENOSYS)
1203 return 0;
1204 return 1;
1210 # XXX Add POSIX check once standardized
1211 if link_check posix_random 'arc4random(3)' '#define HAVE_POSIX_RANDOM 0' << \!
1212 #include <stdlib.h>
1213 int main(void){
1214 arc4random();
1215 return 0;
1218 then
1220 elif [ -n "${have_no_subsecond_time}" ]; then
1221 msg 'ERROR: %s %s' 'without a native random' \
1222 'one of clock_gettime(2) and gettimeofday(2) is required.'
1223 config_exit 1
1226 link_check setenv 'setenv(3)/unsetenv(3)' '#define HAVE_SETENV' << \!
1227 #include <stdlib.h>
1228 int main(void){
1229 setenv("s-nail", "to be made nifty!", 1);
1230 unsetenv("s-nail");
1231 return 0;
1235 link_check putc_unlocked 'putc_unlocked(3)' '#define HAVE_PUTC_UNLOCKED' <<\!
1236 #include <stdio.h>
1237 int main(void){
1238 putc_unlocked('@', stdout);
1239 return 0;
1243 link_check fchdir 'fchdir(3)' '#define HAVE_FCHDIR' << \!
1244 #include <unistd.h>
1245 int main(void){
1246 fchdir(0);
1247 return 0;
1251 link_check setlocale 'setlocale(3)' '#define HAVE_SETLOCALE' << \!
1252 #include <locale.h>
1253 int main(void){
1254 setlocale(LC_ALL, "");
1255 return 0;
1259 if [ "${have_setlocale}" = yes ]; then
1260 link_check c90amend1 'ISO/IEC 9899:1990/Amendment 1:1995' \
1261 '#define HAVE_C90AMEND1' << \!
1262 #include <limits.h>
1263 #include <stdlib.h>
1264 #include <wchar.h>
1265 #include <wctype.h>
1266 int main(void){
1267 char mbb[MB_LEN_MAX + 1];
1268 wchar_t wc;
1270 iswprint(L'c');
1271 towupper(L'c');
1272 mbtowc(&wc, "x", 1);
1273 mbrtowc(&wc, "x", 1, NULL);
1274 wctomb(mbb, wc);
1275 return (mblen("\0", 1) == 0);
1279 if [ "${have_c90amend1}" = yes ]; then
1280 link_check wcwidth 'wcwidth(3)' '#define HAVE_WCWIDTH' << \!
1281 #include <wchar.h>
1282 int main(void){
1283 wcwidth(L'c');
1284 return 0;
1289 link_check nl_langinfo 'nl_langinfo(3)' '#define HAVE_NL_LANGINFO' << \!
1290 #include <langinfo.h>
1291 #include <stdlib.h>
1292 int main(void){
1293 nl_langinfo(DAY_1);
1294 return (nl_langinfo(CODESET) == NULL);
1297 fi # have_setlocale
1299 run_check realpath 'realpath(3)' '#define HAVE_REALPATH' << \!
1300 #include <stdlib.h>
1301 int main(void){
1302 #if 1 /* TODO for now we use realpath(3) without NULL as 2nd arg! */
1303 /* (And note that on Linux tcc(1) otherwise didn't detect once tested! */
1304 char x_buf[4096], *x = realpath(".", x_buf);
1306 return (x != NULL) ? 0 : 1;
1307 #else
1308 char *x = realpath(".", NULL), *y = realpath("/", NULL);
1310 return (x != NULL && y != NULL) ? 0 : 1;
1311 #endif
1315 link_check wordexp 'wordexp(3)' '#define HAVE_WORDEXP' << \!
1316 #include <stdio.h> /* For C89 NULL */
1317 #include <wordexp.h>
1318 int main(void){
1319 wordexp(NULL, NULL, 0);
1320 return 0;
1326 if feat_yes DEBUG; then
1327 echo '#define HAVE_DEBUG' >> ${h}
1330 if feat_yes AMALGAMATION; then
1331 echo '#define HAVE_AMALGAMATION' >> ${h}
1334 if feat_no NOALLOCA; then
1335 # Due to NetBSD PR lib/47120 it seems best not to use non-cc-builtin
1336 # versions of alloca(3) since modern compilers just can't be trusted
1337 # not to overoptimize and silently break some code
1338 run_check alloca '__builtin_alloca()' \
1339 '#define HAVE_ALLOCA __builtin_alloca' << \!
1340 #include <stdio.h> /* For C89 NULL */
1341 int main(void){
1342 void *vp = __builtin_alloca(1);
1344 return (vp != NULL);
1349 if feat_yes DEVEL; then
1350 echo '#define HAVE_DEVEL' >> ${h}
1353 if feat_yes NYD2; then
1354 echo '#define HAVE_NYD2' >> ${h}
1359 if feat_yes DOTLOCK; then
1360 if run_check readlink 'readlink(2)' << \!
1361 #include <unistd.h>
1362 # include <errno.h>
1363 int main(void){
1364 char buf[128];
1366 if(!readlink("here", buf, sizeof buf) || errno != ENOSYS)
1367 return 0;
1368 return 1;
1371 then
1373 else
1374 feat_bail_required DOTLOCK
1378 if feat_yes DOTLOCK; then
1379 if run_check fchown 'fchown(2)' << \!
1380 #include <unistd.h>
1381 # include <errno.h>
1382 int main(void){
1383 if(!fchown(0, 0, 0) || errno != ENOSYS)
1384 return 0;
1385 return 1;
1388 then
1390 else
1391 feat_bail_required DOTLOCK
1397 if feat_yes ICONV; then
1398 ${cat} > ${tmp2}.c << \!
1399 #include <stdio.h> /* For C89 NULL */
1400 #include <iconv.h>
1401 int main(void){
1402 iconv_t id;
1404 id = iconv_open("foo", "bar");
1405 iconv(id, NULL, NULL, NULL, NULL);
1406 iconv_close(id);
1407 return 0;
1410 < ${tmp2}.c link_check iconv 'iconv(3) functionality' \
1411 '#define HAVE_ICONV' ||
1412 < ${tmp2}.c link_check iconv 'iconv(3) functionality (via -liconv)' \
1413 '#define HAVE_ICONV' '-liconv' ||
1414 feat_bail_required ICONV
1415 else
1416 echo '/* WANT_ICONV=0 */' >> ${h}
1417 fi # feat_yes ICONV
1419 if feat_yes SOCKETS || feat_yes SPAM_SPAMD; then
1420 ${cat} > ${tmp2}.c << \!
1421 #include <sys/types.h>
1422 #include <sys/socket.h>
1423 #include <sys/un.h>
1424 # include <errno.h>
1425 int main(void){
1426 struct sockaddr_un soun;
1428 if(socket(AF_UNIX, SOCK_STREAM, 0) == -1 && errno == ENOSYS)
1429 return 1;
1430 if(connect(0, (struct sockaddr*)&soun, 0) == -1 && errno == ENOSYS)
1431 return 1;
1432 if(shutdown(0, SHUT_RD | SHUT_WR | SHUT_RDWR) == -1 && errno == ENOSYS)
1433 return 1;
1434 return 0;
1438 < ${tmp2}.c run_check af_unix 'AF_UNIX sockets' \
1439 '#define HAVE_UNIX_SOCKETS' ||
1440 < ${tmp2}.c run_check af_unix 'AF_UNIX sockets (via -lnsl)' \
1441 '#define HAVE_UNIX_SOCKETS' '-lnsl' ||
1442 < ${tmp2}.c run_check af_unix 'AF_UNIX sockets (via -lsocket -lnsl)' \
1443 '#define HAVE_UNIX_SOCKETS' '-lsocket -lnsl'
1446 if feat_yes SOCKETS; then
1447 ${cat} > ${tmp2}.c << \!
1448 #include "config.h"
1449 #include <sys/types.h>
1450 #include <sys/socket.h>
1451 #include <netinet/in.h>
1452 # include <errno.h>
1453 int main(void){
1454 struct sockaddr s;
1456 if(socket(AF_INET, SOCK_STREAM, 0) == -1 && errno == ENOSYS)
1457 return 1;
1458 if(connect(0, &s, 0) == -1 && errno == ENOSYS)
1459 return 1;
1460 return 0;
1464 < ${tmp2}.c run_check sockets 'sockets' \
1465 '#define HAVE_SOCKETS' ||
1466 < ${tmp2}.c run_check sockets 'sockets (via -lnsl)' \
1467 '#define HAVE_SOCKETS' '-lnsl' ||
1468 < ${tmp2}.c run_check sockets 'sockets (via -lsocket -lnsl)' \
1469 '#define HAVE_SOCKETS' '-lsocket -lnsl' ||
1470 feat_bail_required SOCKETS
1471 else
1472 echo '/* WANT_SOCKETS=0 */' >> ${h}
1473 fi # feat_yes SOCKETS
1475 if feat_yes SOCKETS; then
1476 link_check getaddrinfo 'getaddrinfo(3)' \
1477 '#define HAVE_GETADDRINFO' << \!
1478 #include "config.h"
1479 #include <sys/types.h>
1480 #include <sys/socket.h>
1481 #include <stdio.h>
1482 #include <netdb.h>
1483 int main(void){
1484 struct addrinfo a, *ap;
1485 int lrv;
1487 switch((lrv = getaddrinfo("foo", "0", &a, &ap))){
1488 case EAI_NONAME:
1489 case EAI_SERVICE:
1490 default:
1491 fprintf(stderr, "%s\n", gai_strerror(lrv));
1492 case 0:
1493 break;
1495 return 0;
1500 if feat_yes SOCKETS && [ -z "${have_getaddrinfo}" ]; then
1501 compile_check arpa_inet_h '<arpa/inet.h>' \
1502 '#define HAVE_ARPA_INET_H' << \!
1503 #include "config.h"
1504 #include <sys/types.h>
1505 #include <sys/socket.h>
1506 #include <netdb.h>
1507 #include <netinet/in.h>
1508 #include <arpa/inet.h>
1511 ${cat} > ${tmp2}.c << \!
1512 #include "config.h"
1513 #include <sys/types.h>
1514 #include <sys/socket.h>
1515 #include <stdio.h>
1516 #include <string.h>
1517 #include <netdb.h>
1518 #include <netinet/in.h>
1519 #ifdef HAVE_ARPA_INET_H
1520 #include <arpa/inet.h>
1521 #endif
1522 int main(void){
1523 struct sockaddr_in servaddr;
1524 unsigned short portno;
1525 struct servent *ep;
1526 struct hostent *hp;
1527 struct in_addr **pptr;
1529 portno = 0;
1530 if((ep = getservbyname("POPPY-PORT", "tcp")) != NULL)
1531 portno = (unsigned short)ep->s_port;
1533 if((hp = gethostbyname("POPPY-HOST")) != NULL){
1534 pptr = (struct in_addr**)hp->h_addr_list;
1535 if(hp->h_addrtype != AF_INET)
1536 fprintf(stderr, "au\n");
1537 }else{
1538 switch(h_errno){
1539 case HOST_NOT_FOUND:
1540 case TRY_AGAIN:
1541 case NO_RECOVERY:
1542 case NO_DATA:
1543 break;
1544 default:
1545 fprintf(stderr, "au\n");
1546 break;
1550 memset(&servaddr, 0, sizeof servaddr);
1551 servaddr.sin_family = AF_INET;
1552 servaddr.sin_port = htons(portno);
1553 memcpy(&servaddr.sin_addr, *pptr, sizeof(struct in_addr));
1554 fprintf(stderr, "Would connect to %s:%d ...\n",
1555 inet_ntoa(**pptr), (int)portno);
1556 return 0;
1560 < ${tmp2}.c link_check gethostbyname 'get(serv|host)byname(3)' ||
1561 < ${tmp2}.c link_check gethostbyname \
1562 'get(serv|host)byname(3) (via -nsl)' '' '-lnsl' ||
1563 < ${tmp2}.c link_check gethostbyname \
1564 'get(serv|host)byname(3) (via -lsocket -nsl)' \
1565 '' '-lsocket -lnsl' ||
1566 feat_bail_required SOCKETS
1569 feat_yes SOCKETS &&
1570 run_check setsockopt 'setsockopt(2)' '#define HAVE_SETSOCKOPT' << \!
1571 #include <sys/socket.h>
1572 #include <stdlib.h>
1573 # include <errno.h>
1574 int main(void){
1575 int sockfd = 3;
1577 if(setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, NULL, 0) == -1 &&
1578 errno == ENOSYS)
1579 return 1;
1580 return 0;
1584 feat_yes SOCKETS && [ -n "${have_setsockopt}" ] &&
1585 link_check so_sndtimeo 'SO_SNDTIMEO' '#define HAVE_SO_SNDTIMEO' << \!
1586 #include <sys/socket.h>
1587 #include <stdlib.h>
1588 int main(void){
1589 struct timeval tv;
1590 int sockfd = 3;
1592 tv.tv_sec = 42;
1593 tv.tv_usec = 21;
1594 setsockopt(sockfd, SOL_SOCKET, SO_SNDTIMEO, &tv, sizeof tv);
1595 setsockopt(sockfd, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof tv);
1596 return 0;
1600 feat_yes SOCKETS && [ -n "${have_setsockopt}" ] &&
1601 link_check so_linger 'SO_LINGER' '#define HAVE_SO_LINGER' << \!
1602 #include <sys/socket.h>
1603 #include <stdlib.h>
1604 int main(void){
1605 struct linger li;
1606 int sockfd = 3;
1608 li.l_onoff = 1;
1609 li.l_linger = 42;
1610 setsockopt(sockfd, SOL_SOCKET, SO_LINGER, &li, sizeof li);
1611 return 0;
1615 if feat_yes SSL; then
1616 if link_check openssl 'OpenSSL (new style *_client_method(3ssl))' \
1617 '#define HAVE_SSL
1618 #define HAVE_OPENSSL 10100' '-lssl -lcrypto' << \!
1619 #include <openssl/ssl.h>
1620 #include <openssl/err.h>
1621 #include <openssl/x509v3.h>
1622 #include <openssl/x509.h>
1623 #include <openssl/rand.h>
1624 #ifdef OPENSSL_NO_TLS1 /* TODO only deduced from OPENSSL_NO_SSL[23]! */
1625 # error We need TLSv1.
1626 #endif
1627 int main(void){
1628 SSL_CTX *ctx = SSL_CTX_new(TLS_client_method());
1630 SSL_CTX_free(ctx);
1631 PEM_read_PrivateKey(0, 0, 0, 0);
1632 return 0;
1635 then
1637 elif link_check openssl 'OpenSSL (old style *_client_method(3ssl))' \
1638 '#define HAVE_SSL
1639 #define HAVE_OPENSSL 10000' '-lssl -lcrypto' << \!
1640 #include <openssl/ssl.h>
1641 #include <openssl/err.h>
1642 #include <openssl/x509v3.h>
1643 #include <openssl/x509.h>
1644 #include <openssl/rand.h>
1645 #if defined OPENSSL_NO_SSL3 &&\
1646 defined OPENSSL_NO_TLS1 /* TODO only deduced from OPENSSL_NO_SSL[23]! */
1647 # error We need one of SSLv3 and TLSv1.
1648 #endif
1649 int main(void){
1650 SSL_CTX *ctx = SSL_CTX_new(SSLv23_client_method());
1652 SSL_CTX_free(ctx);
1653 PEM_read_PrivateKey(0, 0, 0, 0);
1654 return 0;
1657 then
1659 else
1660 feat_bail_required SSL
1663 if [ "${have_openssl}" = 'yes' ]; then
1664 compile_check stack_of 'OpenSSL STACK_OF()' \
1665 '#define HAVE_OPENSSL_STACK_OF' << \!
1666 #include <stdio.h> /* For C89 NULL */
1667 #include <openssl/ssl.h>
1668 #include <openssl/err.h>
1669 #include <openssl/x509v3.h>
1670 #include <openssl/x509.h>
1671 #include <openssl/rand.h>
1672 int main(void){
1673 STACK_OF(GENERAL_NAME) *gens = NULL;
1675 printf("%p", gens); /* to use it */
1676 return 0;
1680 link_check ossl_conf 'OpenSSL_modules_load_file() support' \
1681 '#define HAVE_OPENSSL_CONFIG' << \!
1682 #include <stdio.h> /* For C89 NULL */
1683 #include <openssl/conf.h>
1684 int main(void){
1685 CONF_modules_load_file(NULL, NULL, CONF_MFLAGS_IGNORE_MISSING_FILE);
1686 CONF_modules_free();
1687 return 0;
1691 link_check ossl_conf_ctx 'OpenSSL SSL_CONF_CTX support' \
1692 '#define HAVE_OPENSSL_CONF_CTX' << \!
1693 #include "config.h"
1694 #include <openssl/ssl.h>
1695 #include <openssl/err.h>
1696 int main(void){
1697 #if HAVE_OPENSSL < 10100
1698 SSL_CTX *ctx = SSL_CTX_new(SSLv23_client_method());
1699 #else
1700 SSL_CTX *ctx = SSL_CTX_new(TLS_client_method());
1701 #endif
1702 SSL_CONF_CTX *cctx = SSL_CONF_CTX_new();
1704 SSL_CONF_CTX_set_flags(cctx,
1705 SSL_CONF_FLAG_FILE | SSL_CONF_FLAG_CLIENT |
1706 SSL_CONF_FLAG_CERTIFICATE | SSL_CONF_FLAG_SHOW_ERRORS);
1707 SSL_CONF_CTX_set_ssl_ctx(cctx, ctx);
1708 SSL_CONF_cmd(cctx, "Protocol", "ALL");
1709 SSL_CONF_CTX_finish(cctx);
1710 SSL_CONF_CTX_free(cctx);
1711 SSL_CTX_free(ctx);
1712 return 0;
1716 link_check rand_egd 'OpenSSL RAND_egd()' \
1717 '#define HAVE_OPENSSL_RAND_EGD' << \!
1718 #include <openssl/rand.h>
1719 int main(void){
1720 return RAND_egd("some.where") > 0;
1724 if feat_yes SSL_ALL_ALGORITHMS; then
1725 if link_check ssl_all_algo 'OpenSSL all-algorithms support' \
1726 '#define HAVE_SSL_ALL_ALGORITHMS' << \!
1727 #include <openssl/evp.h>
1728 int main(void){
1729 OpenSSL_add_all_algorithms();
1730 EVP_get_cipherbyname("two cents i never exist");
1731 EVP_cleanup();
1732 return 0;
1735 then
1737 else
1738 feat_bail_required SSL_ALL_ALGORITHMS
1740 fi # SSL_ALL_ALGORITHMS
1742 if feat_yes MD5 && feat_no NOEXTMD5; then
1743 run_check openssl_md5 'MD5 digest in OpenSSL' \
1744 '#define HAVE_OPENSSL_MD5' << \!
1745 #include <stdlib.h>
1746 #include <string.h>
1747 #include <openssl/md5.h>
1748 int main(void){
1749 char const dat[] = "abrakadabrafidibus";
1750 char dig[16], hex[16 * 2];
1751 MD5_CTX ctx;
1752 size_t i, j;
1754 memset(dig, 0, sizeof(dig));
1755 memset(hex, 0, sizeof(hex));
1756 MD5_Init(&ctx);
1757 MD5_Update(&ctx, dat, sizeof(dat) - 1);
1758 MD5_Final(dig, &ctx);
1760 #define hexchar(n) ((n) > 9 ? (n) - 10 + 'a' : (n) + '0')
1761 for(i = 0; i < sizeof(hex) / 2; i++){
1762 j = i << 1;
1763 hex[j] = hexchar((dig[i] & 0xf0) >> 4);
1764 hex[++j] = hexchar(dig[i] & 0x0f);
1766 return !!memcmp("6d7d0a3d949da2e96f2aa010f65d8326", hex, sizeof(hex));
1769 fi # feat_yes MD5 && feat_no NOEXTMD5
1771 else
1772 echo '/* WANT_SSL=0 */' >> ${h}
1773 fi # feat_yes SSL
1775 if feat_yes SMTP; then
1776 echo '#define HAVE_SMTP' >> ${h}
1777 else
1778 echo '/* WANT_SMTP=0 */' >> ${h}
1781 if feat_yes POP3; then
1782 echo '#define HAVE_POP3' >> ${h}
1783 else
1784 echo '/* WANT_POP3=0 */' >> ${h}
1787 if feat_yes GSSAPI; then
1788 ${cat} > ${tmp2}.c << \!
1789 #include <gssapi/gssapi.h>
1790 int main(void){
1791 gss_import_name(0, 0, GSS_C_NT_HOSTBASED_SERVICE, 0);
1792 gss_init_sec_context(0,0,0,0,0,0,0,0,0,0,0,0,0);
1793 return 0;
1796 ${sed} -e '1s/gssapi\///' < ${tmp2}.c > ${tmp3}.c
1798 if command -v krb5-config >/dev/null 2>&1; then
1799 i=`command -v krb5-config`
1800 GSS_LIBS="`CFLAGS= ${i} --libs gssapi`"
1801 GSS_INCS="`CFLAGS= ${i} --cflags`"
1802 i='GSS-API via krb5-config(1)'
1803 else
1804 GSS_LIBS='-lgssapi'
1805 GSS_INCS=
1806 i='GSS-API in gssapi/gssapi.h, libgssapi'
1808 if < ${tmp2}.c link_check gss \
1809 "${i}" '#define HAVE_GSSAPI' "${GSS_LIBS}" "${GSS_INCS}" ||\
1810 < ${tmp3}.c link_check gss \
1811 'GSS-API in gssapi.h, libgssapi' \
1812 '#define HAVE_GSSAPI
1813 #define GSSAPI_REG_INCLUDE' \
1814 '-lgssapi' ||\
1815 < ${tmp2}.c link_check gss 'GSS-API in libgssapi_krb5' \
1816 '#define HAVE_GSSAPI' \
1817 '-lgssapi_krb5' ||\
1818 < ${tmp3}.c link_check gss \
1819 'GSS-API in libgssapi, OpenBSD-style (pre 5.3)' \
1820 '#define HAVE_GSSAPI
1821 #define GSS_REG_INCLUDE' \
1822 '-lgssapi -lkrb5 -lcrypto' \
1823 '-I/usr/include/kerberosV' ||\
1824 < ${tmp2}.c link_check gss 'GSS-API in libgss' \
1825 '#define HAVE_GSSAPI' \
1826 '-lgss' ||\
1827 link_check gss 'GSS-API in libgssapi_krb5, old-style' \
1828 '#define HAVE_GSSAPI
1829 #define GSSAPI_OLD_STYLE' \
1830 '-lgssapi_krb5' << \!
1831 #include <gssapi/gssapi.h>
1832 #include <gssapi/gssapi_generic.h>
1833 int main(void){
1834 gss_import_name(0, 0, gss_nt_service_name, 0);
1835 gss_init_sec_context(0,0,0,0,0,0,0,0,0,0,0,0,0);
1836 return 0;
1839 then
1841 else
1842 feat_bail_required GSSAPI
1844 else
1845 echo '/* WANT_GSSAPI=0 */' >> ${h}
1846 fi # feat_yes GSSAPI
1848 if feat_yes NETRC; then
1849 echo '#define HAVE_NETRC' >> ${h}
1850 else
1851 echo '/* WANT_NETRC=0 */' >> ${h}
1854 if feat_yes AGENT; then
1855 echo '#define HAVE_AGENT' >> ${h}
1856 else
1857 echo '/* WANT_AGENT=0 */' >> ${h}
1860 if feat_yes IDNA; then
1861 if link_check idna 'GNU Libidn' '#define HAVE_IDNA HAVE_IDNA_LIBIDNA' \
1862 '-lidn' << \!
1863 #include <idna.h>
1864 #include <idn-free.h>
1865 #include <stringprep.h>
1866 int main(void){
1867 char *utf8, *idna_ascii, *idna_utf8;
1869 utf8 = stringprep_locale_to_utf8("does.this.work");
1870 if (idna_to_ascii_8z(utf8, &idna_ascii, IDNA_USE_STD3_ASCII_RULES)
1871 != IDNA_SUCCESS)
1872 return 1;
1873 idn_free(idna_ascii);
1874 /* (Rather link check only here) */
1875 idna_utf8 = stringprep_convert(idna_ascii, "UTF-8", "de_DE");
1876 return 0;
1879 then
1881 elif link_check idna 'idnkit' '#define HAVE_IDNA HAVE_IDNA_IDNKIT' \
1882 '-lidnkit' << \!
1883 #include <stdio.h>
1884 #include <idn/api.h>
1885 #include <idn/result.h>
1886 int main(void){
1887 idn_result_t r;
1888 char ace_name[256];
1889 char local_name[256];
1891 r = idn_encodename(IDN_ENCODE_APP, "does.this.work", ace_name,
1892 sizeof(ace_name));
1893 if (r != idn_success) {
1894 fprintf(stderr, "idn_encodename failed: %s\n", idn_result_tostring(r));
1895 return 1;
1897 r = idn_decodename(IDN_DECODE_APP, ace_name, local_name, sizeof(local_name));
1898 if (r != idn_success) {
1899 fprintf(stderr, "idn_decodename failed: %s\n", idn_result_tostring(r));
1900 return 1;
1902 return 0;
1905 then
1907 else
1908 feat_bail_required IDNA
1911 if [ -n "${have_idna}" ]; then
1912 echo '#define HAVE_IDNA_LIBIDNA 0' >> ${h}
1913 echo '#define HAVE_IDNA_IDNKIT 1' >> ${h}
1915 else
1916 echo '/* WANT_IDNA=0 */' >> ${h}
1919 if feat_yes IMAP_SEARCH; then
1920 echo '#define HAVE_IMAP_SEARCH' >> ${h}
1921 else
1922 echo '/* WANT_IMAP_SEARCH=0 */' >> ${h}
1925 if feat_yes REGEX; then
1926 if link_check regex 'regular expressions' '#define HAVE_REGEX' << \!
1927 #include <regex.h>
1928 #include <stdlib.h>
1929 int main(void){
1930 int status;
1931 regex_t re;
1933 if (regcomp(&re, ".*bsd", REG_EXTENDED | REG_ICASE | REG_NOSUB) != 0)
1934 return 1;
1935 status = regexec(&re, "plan9", 0,NULL, 0);
1936 regfree(&re);
1937 return !(status == REG_NOMATCH);
1940 then
1942 else
1943 feat_bail_required REGEX
1945 else
1946 echo '/* WANT_REGEX=0 */' >> ${h}
1949 if feat_yes READLINE; then
1950 __edrdlib() {
1951 link_check readline "for readline(3) (${1})" \
1952 '#define HAVE_READLINE' "${1}" << \!
1953 #include <stdio.h>
1954 #include <readline/history.h>
1955 #include <readline/readline.h>
1956 int main(void){
1957 char *rl;
1958 HISTORY_STATE *hs;
1959 HIST_ENTRY **he;
1960 int i;
1962 using_history();
1963 read_history("");
1964 stifle_history(242);
1965 rl = readline("Enter a line:");
1966 if (rl && *rl)
1967 add_history(rl);
1968 write_history("");
1969 rl_extend_line_buffer(10);
1970 rl_point = rl_end = 10;
1971 rl_pre_input_hook = (rl_hook_func_t*)NULL;
1972 rl_forced_update_display();
1973 clear_history();
1974 hs = history_get_history_state();
1975 i = hs->length;
1976 he = history_list();
1977 if (i > 0)
1978 rl = he[0]->line;
1979 rl_free_line_state();
1980 rl_cleanup_after_signal();
1981 rl_reset_after_signal();
1982 return 0;
1987 __edrdlib -lreadline ||
1988 __edrdlib '-lreadline -ltermcap' || feat_bail_required READLINE
1989 [ -n "${have_readline}" ] && WANT_TABEXPAND=1
1992 if feat_yes EDITLINE && [ -z "${have_readline}" ]; then
1993 __edlib() {
1994 link_check editline "for editline(3) (${1})" \
1995 '#define HAVE_EDITLINE' "${1}" << \!
1996 #include <stdio.h> /* For C89 NULL */
1997 #include <histedit.h>
1998 static char * getprompt(void) { return (char*)"ok"; }
1999 int main(void)
2001 EditLine *el_el = el_init("TEST", stdin, stdout, stderr);
2002 HistEvent he;
2003 History *el_hcom = history_init();
2004 history(el_hcom, &he, H_SETSIZE, 242);
2005 el_set(el_el, EL_SIGNAL, 0);
2006 el_set(el_el, EL_TERMINAL, NULL);
2007 el_set(el_el, EL_HIST, &history, el_hcom);
2008 el_set(el_el, EL_EDITOR, "emacs");
2009 el_set(el_el, EL_PROMPT, &getprompt);
2010 el_source(el_el, NULL);
2011 history(el_hcom, &he, H_GETSIZE);
2012 history(el_hcom, &he, H_CLEAR);
2013 el_end(el_el);
2014 /* TODO add loader and addfn checks */
2015 history_end(el_hcom);
2016 return 0;
2021 __edlib -ledit ||
2022 __edlib '-ledit -ltermcap' || feat_bail_required EDITLINE
2023 [ -n "${have_editline}" ] && WANT_TABEXPAND=0
2026 if feat_yes NCL && [ -z "${have_editline}" ] && [ -z "${have_readline}" ] &&\
2027 [ -n "${have_c90amend1}" ]; then
2028 have_ncl=1
2029 echo '#define HAVE_NCL' >> ${h}
2030 else
2031 feat_bail_required NCL
2032 echo '/* WANT_{READLINE,EDITLINE,NCL}=0 */' >> ${h}
2035 # Generic have-a-command-line-editor switch for those who need it below
2036 if [ -n "${have_ncl}" ] || [ -n "${have_editline}" ] ||\
2037 [ -n "${have_readline}" ]; then
2038 have_cle=1
2041 if [ -n "${have_cle}" ] && feat_yes HISTORY; then
2042 echo '#define HAVE_HISTORY' >> ${h}
2043 else
2044 echo '/* WANT_HISTORY=0 */' >> ${h}
2047 if [ -n "${have_cle}" ] && feat_yes TABEXPAND; then
2048 echo '#define HAVE_TABEXPAND' >> ${h}
2049 else
2050 echo '/* WANT_TABEXPAND=0 */' >> ${h}
2053 if feat_yes TERMCAP; then
2054 __termlib() {
2055 link_check termcap "for termcap(3) (via ${4})" \
2056 "#define HAVE_TERMCAP${3}" "${1}" << _EOT
2057 #include <stdio.h>
2058 #include <stdlib.h>
2059 #include <string.h>
2060 ${2}
2061 #include <term.h>
2062 #define PTR2SIZE(X) ((unsigned long)(X))
2063 #define UNCONST(P) ((void*)(unsigned long)(void const*)(P))
2064 static char *_termcap_buffer, *_termcap_ti, *_termcap_te;
2065 int main(void){
2066 char buf[1024+512], cmdbuf[2048], *cpb, *cpti, *cpte, *cp;
2068 tgetent(buf, getenv("TERM"));
2069 cpb = cmdbuf;
2070 cpti = cpb;
2071 if ((cp = tgetstr(UNCONST("ti"), &cpb)) == NULL)
2072 goto jleave;
2073 cpte = cpb;
2074 if ((cp = tgetstr(UNCONST("te"), &cpb)) == NULL)
2075 goto jleave;
2076 _termcap_buffer = malloc(PTR2SIZE(cpb - cmdbuf));
2077 memcpy(_termcap_buffer, cmdbuf, PTR2SIZE(cpb - cmdbuf));
2078 _termcap_ti = _termcap_buffer + PTR2SIZE(cpti - cmdbuf);
2079 _termcap_te = _termcap_ti + PTR2SIZE(cpte - cpti);
2080 tputs(_termcap_ti, 1, &putchar);
2081 tputs(_termcap_te, 1, &putchar);
2082 jleave:
2083 return (cp == NULL);
2085 _EOT
2088 __termlib -ltermcap '' '' termcap ||
2089 __termlib -ltermcap '#include <curses.h>' '
2090 #define HAVE_TERMCAP_CURSES' \
2091 'curses.h / -ltermcap' ||
2092 __termlib -lcurses '#include <curses.h>' '
2093 #define HAVE_TERMCAP_CURSES' \
2094 'curses.h / -lcurses' ||
2095 feat_bail_required TERMCAP
2096 else
2097 echo '/* WANT_TERMCAP=0 */' >> ${h}
2100 if feat_yes ERRORS; then
2101 echo '#define HAVE_ERRORS' >> ${h}
2102 else
2103 echo '/* WANT_ERRORS=0 */' >> ${h}
2108 if feat_yes SPAM_SPAMC; then
2109 echo '#define HAVE_SPAM_SPAMC' >> ${h}
2110 if command -v spamc >/dev/null 2>&1; then
2111 echo "#define SPAM_SPAMC_PATH \"`command -v spamc`\"" >> ${h}
2113 else
2114 echo '/* WANT_SPAM_SPAMC=0 */' >> ${h}
2117 if feat_yes SPAM_SPAMD && [ -n "${have_af_unix}" ]; then
2118 echo '#define HAVE_SPAM_SPAMD' >> ${h}
2119 else
2120 feat_bail_required SPAM_SPAMD
2121 echo '/* WANT_SPAM_SPAMD=0 */' >> ${h}
2124 if feat_yes SPAM_FILTER; then
2125 echo '#define HAVE_SPAM_FILTER' >> ${h}
2126 else
2127 echo '/* WANT_SPAM_FILTER=0 */' >> ${h}
2130 if feat_yes SPAM_SPAMC || feat_yes SPAM_SPAMD || feat_yes SPAM_FILTER; then
2131 echo '#define HAVE_SPAM' >> ${h}
2132 else
2133 echo '/* HAVE_SPAM */' >> ${h}
2136 if feat_yes DOCSTRINGS; then
2137 echo '#define HAVE_DOCSTRINGS' >> ${h}
2138 else
2139 echo '/* WANT_DOCSTRINGS=0 */' >> ${h}
2142 if feat_yes QUOTE_FOLD &&\
2143 [ -n "${have_c90amend1}" ] && [ -n "${have_wcwidth}" ]; then
2144 echo '#define HAVE_QUOTE_FOLD' >> ${h}
2145 else
2146 echo '/* WANT_QUOTE_FOLD=0 */' >> ${h}
2149 if feat_yes FILTER_HTML_TAGSOUP; then
2150 echo '#define HAVE_FILTER_HTML_TAGSOUP' >> ${h}
2151 else
2152 echo '/* WANT_FILTER_HTML_TAGSOUP=0 */' >> ${h}
2155 if feat_yes COLOUR; then
2156 echo '#define HAVE_COLOUR' >> ${h}
2157 else
2158 echo '/* WANT_COLOUR=0 */' >> ${h}
2161 if feat_yes DOTLOCK; then
2162 echo '#define HAVE_DOTLOCK' >> ${h}
2163 else
2164 echo '/* WANT_DOTLOCK=0 */' >> ${h}
2167 if feat_yes MD5; then
2168 echo '#define HAVE_MD5' >> ${h}
2169 else
2170 echo '/* WANT_MD5=0 */' >> ${h}
2173 ## Summarizing
2175 # Since we cat(1) the content of those to cc/"ld", convert them to single line
2176 squeeze_em() {
2177 < "${1}" > "${2}" ${awk} \
2178 'BEGIN {ORS = " "} /^[^#]/ {print} {next} END {ORS = ""; print "\n"}'
2180 ${rm} -f ${tmp}
2181 squeeze_em ${inc} ${tmp}
2182 ${mv} ${tmp} ${inc}
2183 squeeze_em ${lib} ${tmp}
2184 ${mv} ${tmp} ${lib}
2186 # config.h
2187 ${mv} ${h} ${tmp}
2188 printf '#ifndef _CONFIG_H\n# define _CONFIG_H 1\n' > ${h}
2189 ${cat} ${tmp} >> ${h}
2190 ${rm} -f ${tmp}
2192 printf '\n/* The "feature string" */\n' >> ${h}
2193 printf '# if defined _ACCMACVAR_SOURCE || defined HAVE_AMALGAMATION\n' >> ${h}
2194 printf 'static char const _features[] = "MIME"\n' >> ${h}
2195 printf '# ifdef HAVE_SETLOCALE\n ",LOCALES"\n# endif\n' >> ${h}
2196 printf '# ifdef HAVE_C90AMEND1\n ",MULTIBYTE CHARSETS"\n# endif\n' >> ${h}
2197 printf '# ifdef HAVE_NL_LANGINFO\n ",TERMINAL CHARSET"\n# endif\n' >> ${h}
2198 printf '# ifdef HAVE_ICONV\n ",ICONV"\n# endif\n' >> ${h}
2199 printf '# ifdef HAVE_SOCKETS\n ",NETWORK"\n# endif\n' >> ${h}
2200 printf '# ifdef HAVE_SSL\n ",S/MIME,SSL/TLS"\n# endif\n' >> ${h}
2201 printf '# ifdef HAVE_SSL_ALL_ALGORITHMS\n ",SSL-ALL-ALGORITHMS"\n# endif\n'\
2202 >> ${h}
2203 printf '# ifdef HAVE_SMTP\n ",SMTP"\n# endif\n' >> ${h}
2204 printf '# ifdef HAVE_POP3\n ",POP3"\n# endif\n' >> ${h}
2205 printf '# ifdef HAVE_GSSAPI\n ",GSS-API"\n# endif\n' >> ${h}
2206 printf '# ifdef HAVE_MD5\n ",MD5 [APOP,CRAM-MD5]"\n# endif\n' >> ${h}
2207 printf '# ifdef HAVE_NETRC\n ",NETRC"\n# endif\n' >> ${h}
2208 printf '# ifdef HAVE_AGENT\n ",AGENT"\n# endif\n' >> ${h}
2209 printf '# ifdef HAVE_IDNA\n ",IDNA"\n# endif\n' >> ${h}
2210 printf '# ifdef HAVE_IMAP_SEARCH\n ",IMAP-SEARCH"\n# endif\n' >> ${h}
2211 printf '# ifdef HAVE_REGEX\n ",REGEX"\n# endif\n' >> ${h}
2212 printf '# ifdef HAVE_READLINE\n ",READLINE"\n# endif\n' >> ${h}
2213 printf '# ifdef HAVE_EDITLINE\n ",EDITLINE"\n# endif\n' >> ${h}
2214 printf '# ifdef HAVE_NCL\n ",NCL"\n# endif\n' >> ${h}
2215 printf '# ifdef HAVE_TABEXPAND\n ",TABEXPAND"\n# endif\n' >> ${h}
2216 printf '# ifdef HAVE_HISTORY\n ",HISTORY"\n# endif\n' >> ${h}
2217 printf '# ifdef HAVE_TERMCAP\n ",TERMCAP"\n# endif\n' >> ${h}
2218 printf '# ifdef HAVE_SPAM_SPAMC\n ",SPAMC"\n# endif\n' >> ${h}
2219 printf '# ifdef HAVE_SPAM_SPAMD\n ",SPAMD"\n# endif\n' >> ${h}
2220 printf '# ifdef HAVE_SPAM_FILTER\n ",SPAMFILTER"\n# endif\n' >> ${h}
2221 printf '# ifdef HAVE_DOCSTRINGS\n ",DOCSTRINGS"\n# endif\n' >> ${h}
2222 printf '# ifdef HAVE_QUOTE_FOLD\n ",QUOTE-FOLD"\n# endif\n' >> ${h}
2223 printf '# ifdef HAVE_FILTER_HTML_TAGSOUP\n ",HTML-FILTER"\n# endif\n' >> ${h}
2224 printf '# ifdef HAVE_COLOUR\n ",COLOUR"\n# endif\n' >> ${h}
2225 printf '# ifdef HAVE_DOTLOCK\n ",DOTLOCK-FILES"\n# endif\n' >> ${h}
2226 printf '# ifdef HAVE_DEBUG\n ",DEBUG"\n# endif\n' >> ${h}
2227 printf '# ifdef HAVE_DEVEL\n ",DEVEL"\n# endif\n' >> ${h}
2228 printf ';\n# endif /* _ACCMACVAR_SOURCE || HAVE_AMALGAMATION */\n' >> ${h}
2230 # Create the real mk.mk
2231 # Note we cannout use explicit ./ filename prefix for source and object
2232 # pathnames because of a bug in bmake(1)
2233 ${rm} -rf ${tmp0}.* ${tmp0}*
2234 printf 'OBJ_SRC = ' >> ${mk}
2235 if feat_no AMALGAMATION; then
2236 for i in `printf '%s\n' *.c | ${sort}`; do
2237 if [ "${i}" = privsep.c ]; then
2238 continue
2240 printf "${i} " >> ${mk}
2241 done
2242 printf '\nAMALGAM_TARGET =\nAMALGAM_DEP =\n' >> ${mk}
2243 else
2244 printf 'main.c\nAMALGAM_TARGET = main.o\nAMALGAM_DEP = ' >> ${mk}
2246 printf '\n/* HAVE_AMALGAMATION: include sources */\n' >> ${h}
2247 printf '#elif _CONFIG_H + 0 == 1\n' >> ${h}
2248 printf '# undef _CONFIG_H\n' >> ${h}
2249 printf '# define _CONFIG_H 2\n' >> ${h}
2250 for i in `printf '%s\n' *.c | ${sort}`; do
2251 if [ "${i}" = "${j}" ] || [ "${i}" = main.c ] || \
2252 [ "${i}" = privsep.c ]; then
2253 continue
2255 printf "${i} " >> ${mk}
2256 printf "# include \"${i}\"\n" >> ${h}
2257 done
2258 echo >> ${mk}
2259 # tcc(1) fails on 2015-11-13 unless this #else clause existed
2260 echo '#else' >> ${h}
2263 printf '#endif /* _CONFIG_H */\n' >> ${h}
2265 echo "LIBS = `${cat} ${lib}`" >> ${mk}
2266 echo "INCS = `${cat} ${inc}`" >> ${mk}
2267 echo >> ${mk}
2268 ${cat} ./mk-mk.in >> ${mk}
2270 ## Finished!
2272 ${cat} > ${tmp2}.c << \!
2273 #include "config.h"
2275 :The following optional features are enabled:
2276 #ifdef HAVE_SETLOCALE
2277 : + Locale support: Printable characters depend on the environment
2278 # ifdef HAVE_C90AMEND1
2279 : + Multibyte character support
2280 # endif
2281 # ifdef HAVE_NL_LANGINFO
2282 : + Automatic detection of terminal character set
2283 # endif
2284 #endif
2285 #ifdef HAVE_ICONV
2286 : + Character set conversion using iconv()
2287 #endif
2288 #ifdef HAVE_SOCKETS
2289 : + Network support
2290 #endif
2291 #ifdef HAVE_SSL
2292 # ifdef HAVE_OPENSSL
2293 : + S/MIME and SSL/TLS (OpenSSL)
2294 # endif
2295 # ifdef HAVE_SSL_ALL_ALGORITHMS
2296 : + + Support for more ("all") digest and cipher algorithms
2297 # endif
2298 #endif
2299 #ifdef HAVE_SMTP
2300 : + SMTP protocol
2301 #endif
2302 #ifdef HAVE_POP3
2303 : + POP3 protocol
2304 #endif
2305 #ifdef HAVE_GSSAPI
2306 : + GSS-API authentication
2307 #endif
2308 #ifdef HAVE_MD5
2309 : + MD5 message digest (APOP, CRAM-MD5)
2310 #endif
2311 #ifdef HAVE_NETRC
2312 : + .netrc file support
2313 #endif
2314 #ifdef HAVE_AGENT
2315 : + Password query through agent
2316 #endif
2317 #ifdef HAVE_IDNA
2318 : + IDNA (internationalized domain names for applications) support
2319 #endif
2320 #ifdef HAVE_IMAP_SEARCH
2321 : + IMAP-style search expressions
2322 #endif
2323 #ifdef HAVE_REGEX
2324 : + Regular expression support (searches, conditional expressions etc.)
2325 #endif
2326 #if defined HAVE_READLINE || defined HAVE_EDITLINE || defined HAVE_NCL
2327 # ifdef HAVE_READLINE
2328 : + Command line editing via readline(3)
2329 # elif defined HAVE_EDITLINE
2330 : + Command line editing via editline(3)
2331 # else
2332 : + Command line editing via N(ail) C(ommand) L(ine)
2333 # endif
2334 # ifdef HAVE_TABEXPAND
2335 : + + Tabulator expansion
2336 # endif
2337 # ifdef HAVE_HISTORY
2338 : + + History management
2339 # endif
2340 #endif
2341 #ifdef HAVE_TERMCAP
2342 : + Terminal capability queries
2343 #endif
2344 #ifdef HAVE_SPAM
2345 : + Spam management
2346 # ifdef HAVE_SPAM_SPAMC
2347 : + + Via spamc(1) (of spamassassin(1))
2348 # endif
2349 # ifdef HAVE_SPAM_SPAMD
2350 : + + Directly via spamd(1) (of spamassassin(1))
2351 # endif
2352 # ifdef HAVE_SPAM_FILTER
2353 : + + Via freely configurable *spam-filter-XY*s
2354 # endif
2355 #endif
2356 #ifdef HAVE_DOCSTRINGS
2357 : + Documentation summary strings
2358 #endif
2359 #ifdef HAVE_QUOTE_FOLD
2360 : + Extended *quote-fold*ing
2361 #endif
2362 #ifdef HAVE_FILTER_HTML_TAGSOUP
2363 : + Builtin HTML-to-text filter (for display purposes, primitive)
2364 #endif
2365 #ifdef HAVE_COLOUR
2366 : + Coloured message display (simple)
2367 #endif
2368 #ifdef HAVE_DOTLOCK
2369 : + Dotlock files and privilege-separated file dotlock program
2370 #endif
2372 :The following optional features are disabled:
2373 #ifndef HAVE_SETLOCALE
2374 : - Locale support: Only ASCII characters are recognized
2375 #endif
2376 # ifndef HAVE_C90AMEND1
2377 : - Multibyte character support
2378 # endif
2379 # ifndef HAVE_NL_LANGINFO
2380 : - Automatic detection of terminal character set
2381 # endif
2382 #ifndef HAVE_ICONV
2383 : - Character set conversion using iconv()
2384 : _ (Ooooh, no iconv(3), NO character set conversion possible! Really...)
2385 #endif
2386 #ifndef HAVE_SOCKETS
2387 : - Network support
2388 #endif
2389 #ifndef HAVE_SSL
2390 : - S/MIME and SSL/TLS
2391 #else
2392 # ifndef HAVE_SSL_ALL_ALGORITHMS
2393 : - Support for more S/MIME and SSL/TLS digest and cipher algorithms
2394 # endif
2395 #endif
2396 #ifndef HAVE_SMTP
2397 : - SMTP protocol
2398 #endif
2399 #ifndef HAVE_POP3
2400 : - POP3 protocol
2401 #endif
2402 #ifndef HAVE_GSSAPI
2403 : - GSS-API authentication
2404 #endif
2405 #ifndef HAVE_MD5
2406 : - MD5 message digest (APOP, CRAM-MD5)
2407 #endif
2408 #ifndef HAVE_NETRC
2409 : - .netrc file support
2410 #endif
2411 #ifndef HAVE_AGENT
2412 : - Password query through agent
2413 #endif
2414 #ifndef HAVE_IDNA
2415 : - IDNA (internationalized domain names for applications) support
2416 #endif
2417 #ifndef HAVE_IMAP_SEARCH
2418 : - IMAP-style search expressions
2419 #endif
2420 #ifndef HAVE_REGEX
2421 : - Regular expression support
2422 #endif
2423 #if !defined HAVE_READLINE && !defined HAVE_EDITLINE && !defined HAVE_NCL
2424 : - Command line editing and history
2425 #endif
2426 #ifndef HAVE_TERMCAP
2427 : - Terminal capability queries
2428 #endif
2429 #ifndef HAVE_SPAM
2430 : - Spam management
2431 #endif
2432 #ifndef HAVE_DOCSTRINGS
2433 : - Documentation summary strings
2434 #endif
2435 #ifndef HAVE_QUOTE_FOLD
2436 : - Extended *quote-fold*ing
2437 #endif
2438 #ifndef HAVE_FILTER_HTML_TAGSOUP
2439 : - Builtin HTML-to-text filter (for display purposes, primitive)
2440 #endif
2441 #ifndef HAVE_COLOUR
2442 : - Coloured message display (simple)
2443 #endif
2444 #ifndef HAVE_DOTLOCK
2445 : - Dotlock files and privilege-separated file dotlock program
2446 #endif
2448 #if !defined HAVE_WORDEXP || !defined HAVE_FCHDIR ||\
2449 defined HAVE_DEBUG || defined HAVE_DEVEL
2450 :Remarks:
2451 # ifndef HAVE_WORDEXP
2452 : . WARNING: the function wordexp(3) could not be found.
2453 : _ This means that echo(1) will be used via the sh(1)ell in order
2454 : _ to expand shell meta characters in filenames, which is a potential
2455 : _ security hole. Consider to either upgrade your system or set the
2456 : _ *SHELL* variable to some safe(r) wrapper script.
2457 : _ P.S.: the codebase is in transition away from wordexp(3) to some
2458 : _ safe (restricted) internal mechanism, see "COMMANDS" manual, read
2459 : _ about shell word expression in its introduction for more on that.
2460 # endif
2461 # ifndef HAVE_FCHDIR
2462 : . The function fchdir(2) could not be found. We will use chdir(2)
2463 : _ instead. This is not a problem unless the current working
2464 : _ directory is changed while this program is inside of it.
2465 # endif
2466 # ifdef HAVE_DEBUG
2467 : . Debug enabled binary: not meant to be used by end-users: THANKS!
2468 # endif
2469 # ifdef HAVE_DEVEL
2470 : . Computers do not blunder.
2471 # endif
2473 #endif /* Remarks */
2474 :Setup:
2475 : . System-wide resource file: SYSCONFRC
2476 : . bindir: BINDIR
2477 #ifdef HAVE_DOTLOCK
2478 : . libexecdir: LIBEXECDIR
2479 #endif
2480 : . mandir: MANDIR
2481 : . sendmail(1): SENDMAIL (argv[0] = SENDMAIL_PROGNAME)
2482 : . Mail spool directory: MAILSPOOL
2486 ${make} -f ${makefile} ${tmp2}.x
2487 < ${tmp2}.x >&5 ${sed} -e '/^[^:]/d; /^$/d; s/^://'
2489 # s-it-mode