/* A configuration file for Copper II -
 *
 * By #define-ing the following as 1 or 0, the corresponding features will be
 * either enabled or disabled:
 *
 * CONFIG_JAIL     - Jail system which protects humanoids in hometowns
 * CONFIG_AUTORENT - Save players/items to disk after idle time (lag helper)
 * CONFIG_ATT      - Use of setrlimit to set max files open
 * CONFIG_BSD      - Use of setdtablesize to set max files open
 * CONFIG_STRSTR   - Use the supplied version of strstr (if none available)
 *
 */

#define CONFIG_JAIL 1
#define CONFIG_AUTORENT 1

/* Which flavor of Unix do you have? */
#define CONFIG_ATT 0
#define CONFIG_BSD 1

#define CONFIG_STRSTR 0