#-*-sh-*-
#ident	"@(#)smail:RELEASE-3_2_0_114:EDITME-pretty,v 1.6 2001/02/05 23:27:09 woods Exp"
#
# pretty - a native NetBSD-1.1 install, with RFC1413 and
# with some common smail options enabled, and looking for
# libident and libwrap in /usr/local/lib or /usr/pkg/lib
#
CPPFLAGS="-I/usr/local/include -I/usr/pkg/include"
CFLAGS="-O2 -g -pipe"
LDFLAGS='-O2 -g -pipe -L/usr/local/lib -L/usr/pkg/lib'
LIBS="-lident"
OS_TYPE=bsd4.4-lite
MISC_DEFINES='SMAIL_LOG_STYLE=2:NO_FORWARDTO_FILE:USE_TARGET_DOMAIN:USE_LSEARCH_REGEXCMP:USE_STRICT_MX'
HAVE=RFC1413:EHLO
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
# 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 */
'
