summary refs log tree commit diff stats
path: root/config.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 18:04:00 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 18:04:00 +0200
commit16d32fdeda288f5b8be71aea4a2f554b694d13eb (patch)
treebae7992c111eb5e915dfffc2b1602a9b53224336 /config.h
parentea2c58c2344f3ed9c4fa01f05119c5a3715ffdaa (diff)
Another bunch of rebranding stuff
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.h b/config.h
index f5948583..291eae42 100644
--- a/config.h
+++ b/config.h
@@ -9,8 +9,11 @@
 #define PACKAGE_NAME "hexchat"
 #define PACKAGE_VERSION "2.9.0"
 #define XCHAT_REVISION "1508"
-#define XCHATLIBDIR "."
-#define XCHATSHAREDIR "."
+#define HEXCHATLIBDIR "."
+#define HEXCHATSHAREDIR "."
 #define OLD_PERL
 #define GETTEXT_PACKAGE "hexchat"
 #define PACKAGE_TARNAME "hexchat-2.9.0"
+#ifndef USE_IPV6
+#define socklen_t int
+#endif