#ident	"@(#)smail/conf/os:RELEASE-3_2_0_108:386ix,v 1.5 1996/02/26 16:14:33 woods Exp"
#
# 386ix - define the characteristics of Interactive 386/IX with networking
#
# If your copy of Interactive UNIX does not support networking, just use
# the sys5.3 os file.

. $ROOT/conf/os/sys5.3

# ARCH_TYPE - all 386/ix's are by definition 32-bit systems
ARCH_TYPE=32bit

# OSLIBS - name any object libraries containing routines we will need
OSLIBS="$OSLIBS -linet"			# add networking library

# DRIVER_CONFIGURATION - configuration file describing smail drivers
DRIVER_CONFIGURATION=bsd-network

# HAVE - what features should be used with this operating system
HAVE=$HAVE:MKDIR:BSD_NETWORKING:GETHOSTNAME

# MISC_DEFINES - miscellaneous things to put in the defs files
#
# DECLARE_UTIMBUF - utimbuf is not always declared in <sys/time.h>
# ISC_ACCEPT_BUG  - accept() not interruptible, use select() first
MISC_DEFINES=DECLARE_UTIMBUF:ISC_ACCEPT_BUG
