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 s

⟦55aeba49b⟧ TextFile

    Length: 567 (0x237)
    Types: TextFile
    Names: »sys_dep.c«

Derivation

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

TextFile

/* Sys_dep.c:  System dependent constants */



/* Scorefile: Where the scorefile should live */
char scorefile[] = "/usr/games/centipede/scores";


/* Lockfile: Where to create and look for a lockfile controlling access
   to the scorefile */
char lockfile[] = "/usr/games/centipede/lockfile";


/* Helpfile: Where the help file is located */
char helpfile[] = "/usr/games/centipede/cent.doc";


/* Maxload: The maximum allowed load average for playing */
double maxload = 4.0;


/* Niceness: The amount to nice the game by (lower its priority) */
int niceness = 4;