# -*-sh-*-
#ident "@(#)smail/conf/os:RELEASE-3_2_0_115:xenix5+tcp,v 1.2 2003/03/27 16:45:53 woods Exp"
#
# xenix5+tcp - define the characteristics of SCO XENIX with SCO TCP/IP
#
# contributed by Jim O'Connor <jim@fsc.com>
#	(based on sco3.2+tcp, by Chip Salzenberg)

. $ROOT/conf/os/xenix5		# this is SCO XENIX, with networking

# CFLAGS - flags that should be passed to the C compiler
CFLAGS="-Di386 -DLAI_TCP $CFLAGS"

# OSLIBS - name any object libraries containing routines we will need
OSLIBS="$OSLIBS -lsocket"

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

# HAVE - what features should be used with this operating system
# keep originals as set in xenix5, as well
HAVE=$HAVE:GETHOSTNAME:BSD_NETWORKING
