version 1.28 | | version 1.29 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* 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 |
| | |
| | |
/* | | /* |
* 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" |
| | |
* 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 |