diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-21 19:57:14 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-21 19:57:14 +0000 |
commit | 287169d6e8a0aefe12dac1df04778fa73b792682 (patch) | |
tree | 36d2172300fed75d6a1671c248704cffa1798456 /include | |
parent | fc05827621fe0c623d2fedf9dcb47c17d57bea16 (diff) |
Made the database file name configurable
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2830 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index 601013e86..320c43d57 100644 --- a/include/config.h +++ b/include/config.h @@ -25,9 +25,6 @@ /* Name of configuration file (in Services directory) */ #define SERVICES_CONF "services.conf" -/* Name of anope datbase */ -#define DATABASE_FILE "anope.db" - /* Name of log file (in Services directory) */ #define LOG_FILENAME "services.log" |