pdirt/data/
pdirt/data/HELP/
pdirt/data/HELP/0/
pdirt/data/HELP/F/
pdirt/data/HELP/G/
pdirt/data/HELP/H/
pdirt/data/HELP/J/
pdirt/data/HELP/K/
pdirt/data/HELP/O/
pdirt/data/HELP/Q/
pdirt/data/HELP/R/
pdirt/data/HELP/U/
pdirt/data/HELP/V/
pdirt/data/HELP/Y/
pdirt/data/HELP/Z/
pdirt/data/MESSAGES/
pdirt/data/POWERINFO/
pdirt/data/WIZ_ZONES/
pdirt/drv/
pdirt/drv/bin/
pdirt/drv/compiler/converter/
pdirt/drv/compiler/libs/
pdirt/drv/compiler/scripts/
pdirt/drv/include/AberChat/
pdirt/drv/include/InterMud/
pdirt/drv/include/machine/
pdirt/drv/src/InterMud/
pdirt/drv/src/Players/
pdirt/drv/utils/UAFPort/
pdirt/drv/utils/dnsresolv/
pdirt/drv/utils/gdbm/
#ifndef b_hpux_
#define b_hpux_

#define MBANNER "HP9000 / HP-UX V8.00"

#define SAFE_USERFILE
#define CPP "/lib/cpp -P -I../include %s"

#undef EQ_BUG
#undef NEED_STRFTIME
#define NEED_RANDOM
#undef USE_XPP
#undef NO_VARARGS

/* HPUX doesnt know getdtablesize, but it works like this */
#define getdtablesize()		sysconf(_SC_OPEN_MAX)
#define TIOCNOTTY		_IO('t',113)
#endif