hexchat/config-win32.h

19 lines
421 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-11-10 22:46:36 +04:00
#define PACKAGE_VERSION "2.9.4"
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-11-10 22:46:36 +04:00
#define PACKAGE_TARNAME "hexchat-2.9.4"
2012-07-13 20:04:00 +04:00
#ifndef USE_IPV6
#define socklen_t int
#endif