# @(#)conf/os/hp-ux7.0 1.6 8/8/92 18:42:28 # # hp-ux7.0 - define characteristics of Hewlet Packard's HP-UX version 7.0 . $ROOT/conf/os/sys5.3 # this is on an System V release 3 base # OSNAMES - Names defining this operating system OSNAMES="UNIX_HPUX7_0:UNIX_HPUX7:UNIX_HPUX:$OSNAMES" # DRIVER_CONFIGURATION - configuration file describing smail drivers DRIVER_CONFIGURATION=bsd-network # OSLIBS - name any object libraries containing routines we will need OSLIBS="-lndbm $OSLIBS" # use this to get ndbm # HAVE - what features should be used with this operating system HAVE=BSTRING:SYS5_STRLIB:READDIR:VFPRINTF:GETOPT:DUP2:ULIMIT:FTRUNCATE HAVE=$HAVE:MKDIR:SETGROUPS:NDBM:GETHOSTNAME:BSD_NETWORKING # NO_HAVE - what features does this operating system not have NO_HAVE=ARPA_INET_H # HP-UX 7.0 cannot handle newlines within a case pattern, which # mkdefs.sh normally relies on. Set CASE_NO_NEWLINES to use an even # more grotesque looking shell expression for ignoring EDITME conf/os # variables that have newlines. CASE_NO_NEWLINES=true