mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
77cad8e716
places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c
19 lines
438 B
C
19 lines
438 B
C
#define LOCALEDIR ".\\share\\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.5"
|
|
#define HEXCHATLIBDIR ".\\plugins"
|
|
#define HEXCHATSHAREDIR "."
|
|
#define OLD_PERL
|
|
#define GETTEXT_PACKAGE "hexchat"
|
|
#define PACKAGE_TARNAME "hexchat-2.9.5"
|
|
#ifndef USE_IPV6
|
|
#define socklen_t int
|
|
#endif
|