hexchat/config.h

17 lines
401 B
C
Raw Normal View History

2011-02-28 12:59:32 -05:00
#define LOCALEDIR "./locale"
#define ENABLE_NLS
#define USE_GMODULE
#define USE_PLUGIN
#define USE_OPENSSL
2011-02-28 12:59:32 -05:00
#define USE_LIBSEXY
2011-08-14 19:34:21 -04:00
#define USE_IPV6
#define HAVE_ISO_CODES
2012-07-12 12:39:52 -04:00
#define PACKAGE_NAME "hexchat"
#define PACKAGE_VERSION "2.9.0"
#define XCHAT_REVISION "1508"
2011-02-28 12:59:32 -05:00
#define XCHATLIBDIR "."
#define XCHATSHAREDIR "."
#define OLD_PERL
2012-07-12 12:39:52 -04:00
#define GETTEXT_PACKAGE "hexchat"
#define PACKAGE_TARNAME "hexchat-2.9.0"