# -*-sh-*-
#ident	"@(#)smail/conf:RELEASE-3_2_0_115:EDITME-newmost,v 1.19 2003/05/06 19:39:17 woods Exp"
#
# most (the new most) - a completely stock, native, NetBSD-1.x install,
# but with some common smail options enabled
#
CPPFLAGS="-I/usr/local/include"
CFLAGS="-g -O2 -pipe -W -Wall -Wshadow -Wswitch -Wcomment -Wid-clash-30 -Wreturn-type -Wpointer-arith -Wconversion -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wno-format-extra-args -Wlarger-than-65536 -Wbad-function-cast"
LDFLAGS="-g -O2 -pipe -static -L/usr/local/lib"
LIBS="-lident"
# 
# NOTE: Vmalloc() is more powerful and generally more useful than
# ElectricFence, though the latter can sometimes better detect
# references to freed memory.
# 
# these defines are less than useful since all calls should be from
# alloc.c:
CPPFLAGS="$CPPFLAGS -DUSE_VMALLOC -DVMFL"
LIBS="$LIBS -lvmalloc"
#
#LIBS="$LIBS -lefence"
# 
OS_TYPE=bsd4.4-lite
#
MISC_DEFINES=SMAIL_LOG_STYLE=2
MISC_DEFINES=$MISC_DEFINES:DIAGNOSTIC
MISC_DEFINES=$MISC_DEFINES:NO_FORWARDTO_FILE
MISC_DEFINES=$MISC_DEFINES:USE_TARGET_DOMAIN
MISC_DEFINES=$MISC_DEFINES:USE_LSEARCH_REGEXCMP
MISC_DEFINES=$MISC_DEFINES:LOG_SMTP_NON_COMPLIANCE
MISC_DEFINES=$MISC_DEFINES:LOG_SMTP_ILLEGAL_OPERAND_WARNING
#
HAVE=RFC1413:EHLO
ALIASES_FILE=/etc/aliases
ALIASES_TYPE=lsearch
REWRITE_FILE=rewrite
REWRITE_TYPE=lsearch
# this assumes you use the HDB UUCP style config, which is
# the only one that'll work with UUCP_SYSTEM_FILE anyway...
# (and if this file does not exist "uuname" is used instead)
UUCP_SYSTEM_FILE=/etc/uucp/Systems
