hexchat/config-win32.h

20 lines
451 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
2012-07-12 20:39:52 +04:00
#define PACKAGE_NAME "hexchat"
2012-10-14 02:58:54 +04:00
#define PACKAGE_VERSION "2.9.3"
2012-07-27 13:49:11 +04:00
#define XCHAT_REVISION "1521"
2012-07-13 20:04:00 +04:00
#define HEXCHATLIBDIR "."
#define HEXCHATSHAREDIR "."
2011-02-28 20:59:32 +03:00
#define OLD_PERL
2012-07-12 20:39:52 +04:00
#define GETTEXT_PACKAGE "hexchat"
2012-10-14 02:58:54 +04:00
#define PACKAGE_TARNAME "hexchat-2.9.3"
2012-07-13 20:04:00 +04:00
#ifndef USE_IPV6
#define socklen_t int
#endif