home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / contrib / smail / smail-3.1 / smail-3 / smail-3.1.28 / conf / os / 386ix next >
Text File  |  1991-07-24  |  813b  |  24 lines

  1. # @(#)conf/os/386ix    1.4 7/24/91 01:40:52
  2. #
  3. # 386ix - define the characteristics of Interactive 386/IX with networking
  4. #
  5. # If your copy of Interactive UNIX does not support networking, use
  6. # the sys5.3 os file.
  7.  
  8. . $ROOT/conf/os/sys5.3
  9.  
  10. # OSLIBS - name any object libraries containing routines we will need
  11. OSLIBS="$OSLIBS -linet"            # add networking library
  12.  
  13. # DRIVER_CONFIGURATION - configuration file describing smail drivers
  14. DRIVER_CONFIGURATION=bsd-network
  15.  
  16. # HAVE - what features should be used with this operating system
  17. HAVE=$HAVE:MKDIR:BSD_NETWORKING:GETHOSTNAME
  18.  
  19. # MISC_DEFINES - miscellaneous things to put in the defs files
  20. #
  21. # DECLARE_UTIMBUF - utimbuf is not always declared in <sys/time.h>
  22. # ISC_ACCEPT_BUG  - accept() not interruptible, use select() first
  23. MISC_DEFINES=DECLARE_UTIMBUF:ISC_ACCEPT_BUG
  24.