c.sexchat/config-win32.h

19 lines
429 B
C
Raw Normal View History

#define LOCALEDIR ".\\share\\locale"
2011-02-28 18:59:32 +01:00
#define ENABLE_NLS
#define USE_GMODULE
#define USE_PLUGIN
#define USE_OPENSSL
2011-02-28 18:59:32 +01:00
#define USE_LIBSEXY
2011-08-15 01:34:21 +02:00
#define USE_IPV6
#define HAVE_ISO_CODES
2012-07-12 18:39:52 +02:00
#define PACKAGE_NAME "hexchat"
2013-04-02 03:07:55 +02:00
#define PACKAGE_VERSION "2.9.5"
2012-07-13 18:04:00 +02:00
#define HEXCHATLIBDIR "."
#define HEXCHATSHAREDIR "."
2011-02-28 18:59:32 +01:00
#define OLD_PERL
2012-07-12 18:39:52 +02:00
#define GETTEXT_PACKAGE "hexchat"
2013-04-02 03:07:55 +02:00
#define PACKAGE_TARNAME "hexchat-2.9.5"
2012-07-13 18:04:00 +02:00
#ifndef USE_IPV6
#define socklen_t int
#endif