version 1.60 | | version 1.61 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.60 2004/05/08 13:38:04 ryo_saeba Exp $"; | | * "$Id: config.h,v 1.61 2004/09/12 12:52:10 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
#ifndef LOGFILE | | #ifndef LOGFILE |
#ifdef WIN32 /* change define path */ | | #ifdef WIN32 /* change define path */ |
#define LOGFILE "tmp\\cross.log" | | #define LOGFILE "var\\crossfire.log" |
#else | | #else |
#define LOGFILE "/var/log/crossfire/logfile" | | #define LOGFILE "/var/log/crossfire/logfile" |
#endif | | #endif |