Difference for include/config.h from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 194
 
Line 194
  * 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
Line 205
 
Line 205
  * 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
Line 552
 
Line 552
  * 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
   
Line 677
 
Line 677
  */   */
   
 #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"
Line 827
 
Line 827
  */   */
   
 /*#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"
Line 861
 
Line 861
  * 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"


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:18