#-*-sh-*-
#ident	"@(#)smail:RELEASE-3_2_0_114:EDITME-weirdo,v 1.8 2001/02/05 23:27:09 woods Exp"
#
# weirdo -- a standard BSDI-1.1 install in /usr/local & /var
#
CPPFLAGS="-I/usr/local/include"
CFLAGS="-O2 -g -Wall -Wshadow -Wswitch -Wreturn-type -Wpointer-arith -Wimplicit -Wstrict-prototypes"
LDFLAGS='-O2 -g -L/usr/local/lib'
OS_TYPE=bsdi
# need -lresolv when BIND 4.9.5's headers have been installed
LIBS='-lident -lresolv'
HAVE='RFC1413:EHLO'
MISC_DEFINES='SMAIL_LOG_STYLE=2:NO_FORWARDTO_FILE:USE_LSEARCH_REGEXCMP:USE_TARGET_DOMAIN:USE_STRICT_MX'
SMAIL_BIN_DIR=/usr/local/bin
OTHER_SMAIL_NAMES=/usr/sbin/sendmail:/usr/bin/mailq
LIB_DIR=/etc/smail
UTIL_BIN_DIR=/usr/local/libexec/smail
SPOOL_DIRS=/var/spool/smail
TMP_DIR=/var/spool/smail/tmp
LOG_DIR=/var/log/smail
MAN1=/usr/local/man/man1
MAN1_EXT=1
MAN5=/usr/local/man/man5
MAN5_EXT=5
MAN8=/usr/local/man/man8
MAN8_EXT=8
COMPRESS=gzip
COMP_FLAG="-9f"
UNCOMPRESS=gunzip
ZCAT="gunzip -c"
DOT_Z=".gz"
FORCE_PATHS_FILE=forcepaths
FORCE_PATHS_TYPE=bsearch
FORCE_SMTP_FILE=forcesmtp
FORCE_SMTP_TYPE=bsearch
REWRITE_FILE=rewrite
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 */
'
