1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/config.h
2010-08-30 10:32:00 +02:00

15 lines
333 B
C

#define LOCALEDIR "./locale"
#define ENABLE_NLS
#define USE_GMODULE
#define USE_PLUGIN
/*#ifndef _WIN64
#define USE_GTKSPELL
#endif*/
#define PACKAGE_NAME "xchat"
#define PACKAGE_VERSION "1464-5"
#define XCHATLIBDIR "."
#define XCHATSHAREDIR "."
#define OLD_PERL
#define GETTEXT_PACKAGE "xchat"
#define PACKAGE_TARNAME "xchat-2.8.8"