# @(#)conf/os/386ix	1.1 23 Feb 1991 01:08:00
#
# 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:

# UUCP_SYSTEM_FILE - path to UUCP file containing remote systems
#
# Most (all?) SVR3 systems seem to have HDB UUCP.  If yours does not,
# then override UUCP_SYSTEM_FILE in the EDITME file.  Set it to
# /usr/lib/uucp/L.sys.
UUCP_SYSTEM_FILE=/usr/lib/uucp/Systems
