# @(#)conf/os/irix3.3 1.2 4/28/92 %U # # irix3.3 - describe characteristics of SGI IRIX version 3.3 # # contributed by lyndon@cs.athabascau.ca . $ROOT/conf/os/sys5.3 # OSNAMES - add POSIX_OS to list of names, since it is POSIX-compliant OSNAMES="$OSNAMES:POSIX_OS" # OSLIBS(list) - name any object libraries containing routines we will need OSLIBS="-lPW -lsun -lc_s" # DRIVER_CONFIGURATION(variable) - configuration file describing smail drivers DRIVER_CONFIGURATION=arpa-network # includes BIND/DNS router # HAVE(list) - list of attributes identified for your operating system HAVE=$HAVE:RENAME:MKDIR:BSD_NETWORKING:SYSEXITS:NDBM:YP:GETHOSTNAME HAVE=$HAVE:ULIMIT:RLIMIT:BIND # NOBODY(variable) - username to use for annonymous situations NOBODY=nobody # BSD and SunOS-like systems # SECURE_PATH(variable) - a secure, :-separated list of exectuable directories SECURE_PATH=/bin:/usr/bin:/usr/bsd # COMPRESS(variable) - an executable that compresses files # COMP_FLAG(variable) - flag to use to force compression # DOT_Z(variable) - suffix generated by compression program # UNCOMPRESS(variable) - program to uncompress files # ZCAT(variable) - program to write contents of compressed files to stdout COMPRESS=compress # for compress COMP_FLAG=-f DOT_Z=.Z UNCOMPRESS=uncompress ZCAT=zcat