# -*-sh-*-
#ident	"@(#)smail/conf/os:RELEASE-3_2_0_115:386ix,v 1.8 2003/03/27 16:45:54 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
MISC_DEFINES=$MISC_DEFINES:DECLARE_UTIMBUF
MISC_DEFINES=$MISC_DEFINES:DECLARE_H_ERRNO
