2012-11-11 18:17:24 -05:00
|
|
|
#define LOCALEDIR ".\\share\\locale"
|
2011-02-28 12:59:32 -05:00
|
|
|
#define ENABLE_NLS
|
|
|
|
#define USE_GMODULE
|
|
|
|
#define USE_PLUGIN
|
2011-08-14 17:39:03 -04:00
|
|
|
#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
|
2011-08-07 07:41:43 -04:00
|
|
|
#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
|