#-*-sh-*-
#ident	"@(#)smail:RELEASE-3_2_0_114:EDITME-always,v 1.9 2001/02/05 23:27:08 woods Exp"
#
# always -- a standard netbsd install with *everything* under /usr/local
#
CPPFLAGS="-I/usr/local/include"
CFLAGS="-g -O2 -pipe -Wall -Wshadow -Wswitch -Wreturn-type -Wpointer-arith -Wconversion -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes"
LDFLAGS='-g -O2 -pipe -Wl,-R/usr/local/lib -L/usr/local/lib'
#LIBS='-lident'
OS_TYPE='bsd4.4-lite'
#ARCH_TYPE=64bit
MISC_DEFINES='SMAIL_LOG_STYLE=2:NO_FORWARDTO_FILE:USE_TARGET_DOMAIN:USE_LSEARCH_REGEXCMP:USE_STRICT_MX:LOG_SMTP_NON_COMPLIANCE:LOG_SMTP_ILLEGAL_OPERAND_WARNING'
#HAVE=RFC1413
HAVE=$HAVE:EHLO
SMAIL_BIN_DIR=/usr/local/bin
# set empty to use $SMAIL_BIN_DIR/smail
SMAIL_NAME=''
LIB_DIR=/usr/local/lib/smail
UTIL_BIN_DIR=/usr/local/libexec/smail
# Note that the following two would otherwise end up in /usr/bin!
NEWALIASES="$UTIL_BIN_DIR/newaliases"
OTHER_SMAIL_NAMES="$UTIL_BIN_DIR/sendmail:$UTIL_BIN_DIR/rmail"
SPOOL_DIRS=/usr/local/var/spool/smail
TMP_DIR=/usr/local/var/spool/smail/tmp
LOG_DIR=/usr/local/var/log/smail
UNSHAR_MAP_DIR=/usr/local/var/spool/uumaps
NEWS_SPOOL_DIR=/usr/local/var/spool/news
UUWHO_FILE=/usr/local/var/spool/smail/uuwho
MAN1=/usr/local/share/man/man1
MAN1_EXT=1
MAN5=/usr/local/share/man/man5
MAN5_EXT=5
MAN8=/usr/local/share/man/man8
MAN8_EXT=8
ALIASES_FILE=/etc/aliases
ALIASES_TYPE=lsearch
FORCE_PATHS_FILE=forcepaths
FORCE_PATHS_TYPE=lsearch
FORCE_SMTP_FILE=forcesmtp
FORCE_SMTP_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
MISC_C_DEFINES='
#define NO_ALIASES_OPTIONAL		/* aliases file is not optional */
#define ALIASES_TRYAGAIN		/* defer message if no aliases file */
#define NO_FORCE_PATHS_OPTIONAL		/* forcepaths file is not optional */
#define FORCE_PATHS_TRYAGAIN		/* defer message if no forcepaths file */
#define NO_FORCE_SMTP_OPTIONAL		/* forcesmtp file is not optional */
#define FORCE_SMTP_TRYAGAIN		/* defer message if no forcesmtp file */
#define NO_REWRITE_OPTIONAL		/* rewrite file is not optional */
#define REWRITE_TRYAGAIN		/* defer message if no rewrite file */
'
