Difference for include/config.h from version 1.28 to 1.29


version 1.28 version 1.29
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_config_h =   * static char *rcsid_config_h =
  *   "$Id: config.h,v 1.28 2002/07/15 04:25:40 mwedel Exp $";   *   "$Id: config.h,v 1.29 2002/09/07 22:08:07 mwedel Exp $";
  */   */
   
 /*  /*
Line 756
 
Line 756
  * If you want to have a Message Of The Day file, define MOTD to be   * If you want to have a Message Of The Day file, define MOTD to be
  * the file with the message.  If the file doesn't exist or if it   * the file with the message.  If the file doesn't exist or if it
  * is empty, no message will be displayed.   * is empty, no message will be displayed.
  * (It resides in the LIBDIR directory)   * (It resides in the CONFDIR directory)
  */   */
   
 #ifndef MOTD  #ifndef MOTD
Line 765
 
Line 765
   
 /*  /*
  * You can restrict playing in certain times by creating a PERMIT_FILE   * You can restrict playing in certain times by creating a PERMIT_FILE
  * in LIBDIR. See teh sample for usabe notes.   * in CONFDIR. See the sample for usage notes.
  */   */
   
 #define PERM_FILE "forbid"  #define PERM_FILE "forbid"
Line 774
 
Line 774
  * If you want to take the game down while installing new versions, or   * If you want to take the game down while installing new versions, or
  * for other reasons, put a message into the SHUTDOWN_FILE file.   * for other reasons, put a message into the SHUTDOWN_FILE file.
  * Remember to delete it when you open the game again.   * Remember to delete it when you open the game again.
  * (It resides in the LIBDIR directory)   * (It resides in the CONFDIR directory)
  */   */
   
 #ifndef SHUTDOWN_FILE  #ifndef SHUTDOWN_FILE


Legend:
line(s) removed in v.1.28 
line(s) changed
 line(s) added in v.1.29

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