mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
20 lines
451 B
C
20 lines
451 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.3"
|
|
#define XCHAT_REVISION "1521"
|
|
#define HEXCHATLIBDIR "."
|
|
#define HEXCHATSHAREDIR "."
|
|
#define OLD_PERL
|
|
#define GETTEXT_PACKAGE "hexchat"
|
|
#define PACKAGE_TARNAME "hexchat-2.9.3"
|
|
#ifndef USE_IPV6
|
|
#define socklen_t int
|
|
#endif
|