# @(#)conf/os/386ix	1.4 7/24/91 01:40:52
#
# 386ix - define the characteristics of Interactive 386/IX with networking
#
# If your copy of Interactive UNIX does not support networking, use
# the sys5.3 os file.

. $ROOT/conf/os/sys5.3

# 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
