summary refs log tree commit diff stats
path: root/config.h
diff options
context:
space:
mode:
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