version 1.54 | | version 1.55 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.54 2003/05/21 07:31:13 mwedel Exp $"; | | * "$Id: config.h,v 1.55 2003/07/26 02:10:40 temitchell Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define BANFILE "ban_file" | | #define BANFILE "ban_file" |
#endif | | #endif |
| | |
| | |
/* CSPORT is the port used for the new client/server code. Change | | /* CSPORT is the port used for the new client/server code. Change |
* if desired. Only of relevance if ERIC_SERVER is set above | | * if desired. Only of relevance if ERIC_SERVER is set above |
*/ | | */ |
| | |
#define ARCHETYPES "archetypes" | | #define ARCHETYPES "archetypes" |
#define HIGHSCORE "highscore" | | #define HIGHSCORE "highscore" |
#define TREASURES "treasures" | | #define TREASURES "treasures" |
| | #define BANISHFILE "banish_file" |
| | |
#define MAX_ERRORS 25 /* Bail out if more are received during tick */ | | #define MAX_ERRORS 25 /* Bail out if more are received during tick */ |
#define STARTMAX 500 /* How big array of objects to start with */ | | #define STARTMAX 500 /* How big array of objects to start with */ |
| | |
*/ | | */ |
| | |
#define RESET_LOCATION_TIME 0 | | #define RESET_LOCATION_TIME 0 |
| | |