--- base.config.h 2011-02-20 20:59:13.000000000 -0500 +++ config.h 2011-02-20 21:07:13.000000000 -0500 @@ -1,5 +1,5 @@ -#ifndef _CONFIG_H_0fae61e6_ -#define _CONFIG_H_0fae61e6_ +#ifndef _CONFIG_H_02bfe693_ +#define _CONFIG_H_02bfe693_ /* This software is Copyright 1989, 1990, 1992, 1993 by various individuals. Please see the accompanying file COPYRIGHT for details. */ @@ -40,7 +40,7 @@ #define DUMP_INLINE 0x00000010 /* do dumps in main muck process */ #define DUMP_HOLDSPACE 0x00000020 /* keep disk space busy */ -#define DUMP_STYLE 0 +#define DUMP_STYLE DUMP_INLINE|DUMP_HOLDSPACE #define DUMP(x) ((DUMP_STYLE)&DUMP_##x) /* @@ -48,7 +48,7 @@ * to suppress the warning message entirely. If you're doing inline dumps * on a moderately-large db you probably want warnings. */ -#undef DUMP_WARNING_INTERVAL +#define DUMP_WARNING_INTERVAL 300 /* Message given at interval before dump begins. */ #define DUMP_WARNING_MSG "Server> Five minutes to database checkpoint" @@ -72,7 +72,7 @@ #undef SYNC_HOSTNAMES /* Use identd usernames in logs and the wizard WHO list */ -#define USERNAMES +#undef USERNAMES /* Do the identd lookup in the main proces rather than a child */ #undef SYNC_USERNAMES @@ -84,7 +84,7 @@ #undef NOCOREDUMP /* Disable the filesystem-access primitives. */ -#undef NO_MUF_FILES +#define NO_MUF_FILES /* * To have a private MUCK, this restricts player creation. @@ -228,7 +228,7 @@ # define REG_MSG "Sorry, but registration is in force.\r\nPlease contact a wizard for a character.\r\n" #endif /*REGISTRATION*/ -#define LEAVE_MESSAGE "\r\nGoodbye!\r\n" +#define LEAVE_MESSAGE "\r\nY'all come back now, hear?!\r\n" #define NO_DESC_MESSAGE "Sorry, too many connections active.\r\nPlease try later.\r\n\r\n"