# @(#)conf/os/3b2-s5.3+win 1.1 9/10/92 01:05:37 # # 3b2-s5.3+win - define characteristics of AT&T 3B2 running Wollongong TCP/IP . $ROOT/conf/os/sys5.3 # OSLIBS - name any object libraries containing routines we will need OSLIBS="$OSLIBS -lnet -lnsl_s -lc_s" # WIN/TCP, shared C library # DRIVER_CONFIGURATION - configuration file describing smail drivers DRIVER_CONFIGURATION=arpa-network # HAVE - what features should be used with this operating system HAVE=$HAVE:BSD_NETWORKING:GETHOSTNAME:BIND # MISC_DEFINES - miscellaneous definitions # # Note: the 3b2 with Wollongong _does_ declare struct utimbuf in , # but to no avail, since smail only consults on UNIX_BSD # systems. Grrrrrr. So I wimp out and let smail declare utimbuf - kd # MISC_DEFINES=DECLARE_UTIMBUF # SOCKET_INCLUDES - set of #includes to for use with sockets SOCKET_INCLUDES=' #include #include #include #include #undef server /* remove conflict with 3B2 header file */ #ifdef HAVE_BIND # undef NOERROR /* remove conflict in SVR4 header files */ # include # include #endif '