mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 16:35:01 -04:00
17 lines
401 B
C
17 lines
401 B
C
#define LOCALEDIR "./locale"
|
|
#define ENABLE_NLS
|
|
#define USE_GMODULE
|
|
#define USE_PLUGIN
|
|
#define USE_OPENSSL
|
|
#define USE_LIBSEXY
|
|
#define USE_IPV6
|
|
#define HAVE_ISO_CODES
|
|
#define PACKAGE_NAME "hexchat"
|
|
#define PACKAGE_VERSION "2.9.0"
|
|
#define XCHAT_REVISION "1508"
|
|
#define XCHATLIBDIR "."
|
|
#define XCHATSHAREDIR "."
|
|
#define OLD_PERL
|
|
#define GETTEXT_PACKAGE "hexchat"
|
|
#define PACKAGE_TARNAME "hexchat-2.9.0"
|