mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-04 08:25:03 -05:00
17 lines
396 B
C
17 lines
396 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 "xchat"
|
|
#define PACKAGE_VERSION "1508-3"
|
|
#define XCHAT_RELEASE "2.8.8"
|
|
#define XCHATLIBDIR "."
|
|
#define XCHATSHAREDIR "."
|
|
#define OLD_PERL
|
|
#define GETTEXT_PACKAGE "xchat"
|
|
#define PACKAGE_TARNAME "xchat-2.8.8"
|