ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/config.h
(Generate patch)

Comparing deliantra/server/include/config.h (file contents):
Revision 1.54 by root, Mon Oct 12 14:00:58 2009 UTC vs.
Revision 1.55 by root, Thu Oct 15 21:40:42 2009 UTC

256 * DMFILE - file with dm/wizard access lists 256 * DMFILE - file with dm/wizard access lists
257 * LOGFILE - where to log if using -daemon option 257 * LOGFILE - where to log if using -daemon option
258 * MAP_ - various map timeout and swapping parameters 258 * MAP_ - various map timeout and swapping parameters
259 * MAX_OBJECTS - how many objects to keep in memory. 259 * MAX_OBJECTS - how many objects to keep in memory.
260 * MAX_OBJECTS_LWM - only swap maps out if below that value 260 * MAX_OBJECTS_LWM - only swap maps out if below that value
261 * MOTD - message of the day - printed each time someone joins the game
262 * PERM_FILE - limit play times 261 * PERM_FILE - limit play times
263 * SHUTDOWN - used when shutting down the server 262 * SHUTDOWN - used when shutting down the server
264 * SOCKETBUFSIZE - size of buffer used internally by the server for storing 263 * SOCKETBUFSIZE - size of buffer used internally by the server for storing
265 * backlogged messages. 264 * backlogged messages.
266 * TMPDIR - directory to use for temp files 265 * TMPDIR - directory to use for temp files
286 * -daemon option. 285 * -daemon option.
287 */ 286 */
288#ifndef LOGFILE 287#ifndef LOGFILE
289#define LOGFILE "/var/log/deliantra/logfile" 288#define LOGFILE "/var/log/deliantra/logfile"
290#endif 289#endif
291
292/*
293 * If you want to have a Message Of The Day file, define MOTD to be
294 * the file with the message. If the file doesn't exist or if it
295 * is empty, no message will be displayed.
296 * (It resides in the CONFDIR directory)
297 */
298#define MOTD "motd"
299 290
300/* 291/*
301 * You can restrict playing in certain times by creating a PERMIT_FILE 292 * You can restrict playing in certain times by creating a PERMIT_FILE
302 * in CONFDIR. See the sample for usage notes. 293 * in CONFDIR. See the sample for usage notes.
303 */ 294 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines