version 1.17 | | version 1.18 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.17 2001/04/06 00:41:39 michtoen Exp $"; | | * "$Id: config.h,v 1.18 2001/04/06 19:08:34 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* which contains usage stats for the last X amount of time. | | * which contains usage stats for the last X amount of time. |
* CS_LOGTIME is how often it will print out stats. | | * CS_LOGTIME is how often it will print out stats. |
*/ | | */ |
#ifndef WIN32 // ***win32 we set the following stuff in the IDE | | #ifndef WIN32 /* ***win32 we set the following stuff in the IDE */ |
#define CS_LOGSTATS | | #define CS_LOGSTATS |
#endif | | #endif |
#ifdef CS_LOGSTATS | | #ifdef CS_LOGSTATS |
| | |
* in the crosssite.def file if I want this. By default, you probably | | * in the crosssite.def file if I want this. By default, you probably |
* dont want this defined. | | * dont want this defined. |
*/ | | */ |
#ifndef WIN32 // ***win32 we set the following stuff in the IDE | | #ifndef WIN32 /* ***win32 we set the following stuff in the IDE */ |
#ifndef DEBUG | | #ifndef DEBUG |
#define DEBUG | | #define DEBUG |
#endif | | #endif |
| | |
* It shouldn't hurt anyone if this is defined but you don't | | * It shouldn't hurt anyone if this is defined but you don't |
* have an watchdog program. | | * have an watchdog program. |
*/ | | */ |
#ifndef WIN32 //***win32 disable watchdog as win32 default | | #ifndef WIN32 /* ***win32 disable watchdog as win32 default */ |
#define WATCHDOG | | #define WATCHDOG |
#endif | | #endif |
| | |
| | |
*/ | | */ |
| | |
#ifndef LOGFILE | | #ifndef LOGFILE |
#ifdef WIN32 | | #ifdef WIN32 /* change define path */ |
#define LOGFILE "tmp\\cross.log" | | #define LOGFILE "tmp\\cross.log" |
#else | | #else |
#define LOGFILE "/tmp/cross.log" | | #define LOGFILE "/tmp/cross.log" |
| | |
*/ | | */ |
| | |
/*#define TMPDIR "/home/hugin/a/crossfire/crossfire/tmp"*/ | | /*#define TMPDIR "/home/hugin/a/crossfire/crossfire/tmp"*/ |
#ifdef WIN32 | | #ifdef WIN32 /* change define path tmp */ |
#define TMPDIR "tmp" | | #define TMPDIR "tmp" |
#else | | #else |
#define TMPDIR "/tmp" | | #define TMPDIR "/tmp" |
| | |
* major changes to the map. | | * major changes to the map. |
*/ | | */ |
| | |
#ifdef WIN32 | | #ifdef WIN32 /* change define path city */ |
#define EMERGENCY_MAPPATH "\\city\\city" | | #define EMERGENCY_MAPPATH "\\city\\city" |
#else | | #else |
#define EMERGENCY_MAPPATH "/city/city" | | #define EMERGENCY_MAPPATH "/city/city" |