diff options
author | Adam <Adam@anope.org> | 2013-03-14 15:19:41 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-03-14 15:19:41 -0400 |
commit | b17ba83e9c5da3620277ff317b5f82dc397813d7 (patch) | |
tree | e3a4dfc4fb0a62172816c1c41548bb18e89dea4a /win/inspircd_config.h | |
parent | ade9cc213446832e818f4dd2c7d942e498cbb2d0 (diff) |
Replace Windows build system and installer with cmake
Diffstat (limited to 'win/inspircd_config.h')
-rw-r--r-- | win/inspircd_config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/win/inspircd_config.h b/win/inspircd_config.h new file mode 100644 index 000000000..168eeb761 --- /dev/null +++ b/win/inspircd_config.h @@ -0,0 +1,13 @@ +#ifndef INSPIRCD_CONFIG_H
+#define INSPIRCD_CONFIG_H
+
+#define CONFIG_PATH "conf"
+#define MOD_PATH "modules"
+#define DATA_PATH "data"
+#define LOG_PATH "logs"
+#define MAXBUF 514
+
+#include "inspircd_win32wrapper.h"
+#include "threadengines/threadengine_win32.h"
+
+#endif
\ No newline at end of file |