From 16d32fdeda288f5b8be71aea4a2f554b694d13eb Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 13 Jul 2012 18:04:00 +0200 Subject: Another bunch of rebranding stuff --- config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config.h') 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 -- cgit 1.4.1