|
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 s
Length: 567 (0x237) Types: TextFile Names: »sys_dep.c«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Cent/sys_dep.c«
/* 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;