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 / irix3.3 < prev    next >
Text File  |  1992-04-28  |  1KB  |  39 lines

  1. # @(#)conf/os/irix3.3    1.2 4/28/92 %U
  2. #
  3. # irix3.3 - describe characteristics of SGI IRIX version 3.3
  4. #
  5. # contributed by lyndon@cs.athabascau.ca
  6.  
  7. . $ROOT/conf/os/sys5.3
  8.  
  9. # OSNAMES - add POSIX_OS to list of names, since it is POSIX-compliant
  10. OSNAMES="$OSNAMES:POSIX_OS"
  11.  
  12. # OSLIBS(list) - name any object libraries containing routines we will need
  13. OSLIBS="-lPW -lsun -lc_s"
  14.  
  15. # DRIVER_CONFIGURATION(variable) - configuration file describing smail drivers
  16. DRIVER_CONFIGURATION=arpa-network        # includes BIND/DNS router
  17.  
  18. # HAVE(list) - list of attributes identified for your operating system
  19. HAVE=$HAVE:RENAME:MKDIR:BSD_NETWORKING:SYSEXITS:NDBM:YP:GETHOSTNAME
  20. HAVE=$HAVE:ULIMIT:RLIMIT:BIND
  21.  
  22. # NOBODY(variable) - username to use for annonymous situations
  23. NOBODY=nobody        # BSD and SunOS-like systems
  24.  
  25. # SECURE_PATH(variable) - a secure, :-separated list of exectuable directories
  26. SECURE_PATH=/bin:/usr/bin:/usr/bsd
  27.  
  28. # COMPRESS(variable) - an executable that compresses files
  29. # COMP_FLAG(variable) - flag to use to force compression
  30. # DOT_Z(variable) - suffix generated by compression program
  31. # UNCOMPRESS(variable) - program to uncompress files
  32. # ZCAT(variable) - program to write contents of compressed files to stdout
  33.  
  34. COMPRESS=compress        # for compress
  35. COMP_FLAG=-f
  36. DOT_Z=.Z
  37. UNCOMPRESS=uncompress
  38. ZCAT=zcat
  39.