# @(#)conf/os/sys5.3+cmc 1.5 8/8/92 17:32:47 # # sys5.3+cmc - define characteristics for CMC TCP/IP on top of System V.3 # # Based on description submitted by David A. Fox # NOTE: CMC requires source modifications to get include files right. # Look through source for #ifdef CMC # Like 5.3.... . $ROOT/conf/os/sys5.3 # With the following additions: # OSNAMES - Names defining this operating system OSNAMES=$OSNAMES:CMC # OSLIBS - name any object libraries containing routines we will need OSLIBS="$OSLIBS -lcmcnet" # Add CMC TCP/IP 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:BSD_NETWORKING # SOCKET_INCLUDES - #includes for use with sockets # # We need to use different #include files for getting socket and inet # definitions. SOCKET_INCLUDES=' #include #include #include #include #include '