:

mydir=$1
smtp_ok=''

if $test "$i_netdb" = "$define" ; then
	smtp_ok="$define" 
else
	$echo "No <netdb.h> therefore SMTP is not available..."
	smtp_ok="$undef"
fi

$spitshell <<EOT > "$build_dir/$mydir/config.res"
#  Support for SMTP
smtp_ok='$smtp_ok'

EOT
