# @(#)conf/os/isc2.2.1 1.3 9/8/92 04:12:03 # # isc2.2.1 - define the characteristics of Interactive 2.2.1 with networking # # POSIX features available in Interactive are not used because it is # too difficult to get #include files correct. . $ROOT/conf/os/sys5.3 # OSLIBS - name any object libraries containing routines we will need OSLIBS="$OSLIBS -linet -lc_s" # add networking library, shared libc # DRIVER_CONFIGURATION - configuration file describing smail drivers DRIVER_CONFIGURATION=arpa-network # HAVE - what features should be used with this operating system HAVE=$HAVE:MKDIR:BSD_NETWORKING:GETHOSTNAME:BIND # MISC_DEFINES - miscellaneous things to put in the defs files # # DECLARE_UTIMBUF - utimbuf is not always declared in # ISC_ACCEPT_BUG - accept() not interruptible, use select() first MISC_DEFINES=DECLARE_UTIMBUF:ISC_ACCEPT_BUG