hexchat/config-win32.h

19 lines
429 B
C
Raw Normal View History

#define LOCALEDIR ".\\share\\locale"
2011-02-28 12:59:32 -05:00
#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"
2013-04-01 21:07:55 -04:00
#define PACKAGE_VERSION "2.9.5"
2012-07-13 12:04:00 -04:00
#define HEXCHATLIBDIR "."
#define HEXCHATSHAREDIR "."
2011-02-28 12:59:32 -05:00
#define OLD_PERL
2012-07-12 12:39:52 -04:00
#define GETTEXT_PACKAGE "hexchat"
2013-04-01 21:07:55 -04:00
#define PACKAGE_TARNAME "hexchat-2.9.5"
2012-07-13 12:04:00 -04:00
#ifndef USE_IPV6
#define socklen_t int
#endif