# @(#)conf/os/xenix5+tcp 1.1 6/9/92 17:40:19 # # xenix5+tcp - define the characteristics of SCO XENIX with SCO TCP/IP # # contributed by Jim O'Connor # (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