1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 09:03:13 +02:00

Removed old config.h and moved configreader.h to config.h

This commit is contained in:
Adam
2010-05-08 13:46:13 -04:00
committed by Adam
parent af805e5b45
commit e78a055c2b
6 changed files with 899 additions and 935 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
*/
#include "services.h"
#include "configreader.h"
#include "config.h"
#include "hashcomp.h" // If this gets added to services.h or someplace else later, remove it from here -- CyberBotX
/*************************************************************************/
+1 -1
View File
@@ -43,7 +43,7 @@
std::string services_dir; /* -dir dirname */
std::string services_bin; /* Binary as specified by the user */
std::string orig_cwd; /* Original current working directory */
std::string log_filename = LOG_FILENAME; /* -log filename */
std::string log_filename = "services.log"; /* -log filename */
int debug = 0; /* -debug */
int readonly = 0; /* -readonly */
bool LogChan = false; /* -logchan */