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

⟦62c0f82db⟧ TextFile

    Length: 460 (0x1cc)
    Types: TextFile
    Names: »snake2.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Snake2/snake2.h« 

TextFile

/* TIMEOUT should be one quarter of a second or 250 milliseconds */
#ifdef VMS
#define TIMEOUT "000 00:00:00.25"
#endif
#ifdef BSD_SELECT
#define TIMEOUT 250000		/* microseconds */
#endif
#ifdef UNISOFT_SELECT
#define TIMEOUT 250		/* milliseconds */
#endif
#ifdef CMU_IPC
#define TIMEOUT 250		/* milliseconds */
#endif
#ifdef SYSV
#define TIMEOUT 3		/* 10's of seconds */
#endif

#ifdef EUNICE
#define USERNAME_LENGTH	12
#else
#define USERNAME_LENGTH 8
#endif