DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T l

⟦cd51d60f9⟧ TextFile

    Length: 1084 (0x43c)
    Types: TextFile
    Names: »local.4bsd«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« 
        └─⟦dcb95597f⟧ 
            └─⟦this⟧ »include/local.4bsd« 

TextFile


/* system environment stuff for 3bsd thru 4.1bsd */

/* fine index strchr            /* */
/* fine rindex strrchr          /* */
/* fine NOIOCTL_H               /* there is no ioctl.h */
/* fine RDNDELAY                /* read call has NDELAY capability */
#define EMPTY                   /* can implement empty(fd) subroutine call */
#define LINKS                   /* file system has links */
#define CANFORK                 /* system has fork() */
#define 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 */