# -*-sh-*-
#ident	"@(#)smail/conf/os:RELEASE-3_2_0_121:bsdi2,v 2.6 2005/10/28 17:26:17 woods Exp"
#
# BSDI BSD/386 2.x (and newer?)

. $ROOT/conf/os/bsd4.4

# OSNAMES - Names defining this operating system
OSNAMES="BSDI2:BSDI:$OSNAMES"

# OSLIBS - There's no separate -lcrypt on this system
OSLIBS=""
#
# setusercontext() is in libutil
#
OSLIBS="$OSLIBS -lutil"

#[[ this is because of the db(3) emulation of ndbm ]]
NO_HAVE=DBM_PAGFNO

# BSDI has always had a UUCP, which is command-line compatible
# with HDB UUCP, at least as far as Smail cares (uux has -g and -a).
HAVE=$HAVE:HDB_UUCP

# setusercontext() should be in BSD/OS-2.x and newer, right?
HAVE=$HAVE:SETUSERCONTEXT:LOGIN_CAP_H

# UUCP_SYSTEM_FILE - path to UUCP file containing remote systems
UUCP_SYSTEM_FILE='/etc/uucp/L.sys'
