aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/const.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/const.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/const.h b/src/const.h
index 53b0364..8ac2e33 100644
--- a/src/const.h
+++ b/src/const.h
@@ -1,7 +1,9 @@
#ifndef __CONST_H__
#define __CONST_H__
+#ifndef DEFAULT_HOST
#define DEFAULT_HOST "127.0.0.1"
+#endif
#define DEFAULT_PORT "5556"
#endif