hexchat/config.h

17 lines
396 B
C
Raw Normal View History

2011-02-28 20:59:32 +03:00
#define LOCALEDIR "./locale"
#define ENABLE_NLS
#define USE_GMODULE
#define USE_PLUGIN
#define USE_OPENSSL
2011-02-28 20:59:32 +03:00
#define USE_LIBSEXY
2011-08-15 03:34:21 +04:00
#define USE_IPV6
#define HAVE_ISO_CODES
2011-02-28 20:59:32 +03:00
#define PACKAGE_NAME "xchat"
2011-12-02 14:29:18 +04:00
#define PACKAGE_VERSION "1498-3"
2011-02-28 20:59:32 +03:00
#define XCHAT_RELEASE "2.8.8"
#define XCHATLIBDIR "."
#define XCHATSHAREDIR "."
#define OLD_PERL
#define GETTEXT_PACKAGE "xchat"
#define PACKAGE_TARNAME "xchat-2.8.8"