|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T l
Length: 1076 (0x434) Types: TextFile Names: »local.3.0«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« └─⟦dcb95597f⟧ └─⟦this⟧ »include/local.3.0«
/* system environment stuff for unix 3.0 */ #define index strchr /* */ #define rindex strrchr /* */ /* fine NOIOCTL_H /* there is no ioctl.h */ #define RDNDELAY /* read call has NDELAY capability */ /* fine EMPTY /* can implement empty(fd) subroutine call */ #define LINKS /* file system has links */ #define CANFORK /* system has fork() */ /* fine VFORK /* system has vfork() */ #define ABORT_SIG SIGILL /* which signal does abort() use */ #define SIGARG /* signal catch routine has sig num as arg */ #define SIG_INCL <signal.h> #define SGTT_INCL <sgtty.h> #define TTYNAME /* use ttyname function */ /* define TTYN /* use ttyn function */ #define SHORTUID /* uid is a short, not a char (v7+) */ #define ENVIRON /* getenv() is implemented */ #define VAX_MONITOR /* use monitor() routine for vax */ #define SIGNALS /* system has signals */