summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-02-08 13:16:31 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-02-08 13:16:31 +0100
commited6176383eef5de23a62c7de70b58b8d80239005 (patch)
tree4cfa896cd77dac654163cd765eb5c7cd1c8f560c /configure
parent2cf4b614e6c23bfc6d47da2ec4b1932ee2f62cf0 (diff)
Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 2f92d9f16..4db9064b9 100755
--- a/configure
+++ b/configure
@@ -455,6 +455,7 @@ sub writefiles {
#define VERSION "$version"
#define REVISION "$revision"
#define SYSTEM "$incos"
+#define INSPIRCD_SOCKETENGINE_NAME "$config{SOCKETENGINE}"
#define CONFIG_PATH "$config{CONFIG_DIR}"
#define DATA_PATH "$config{DATA_DIR}"