hexchat/config.h

15 lines
334 B
C
Raw Normal View History

#define LOCALEDIR "./locale"
#define ENABLE_NLS
#define USE_GMODULE
#define USE_PLUGIN
2010-08-13 11:53:53 -04:00
/*#ifndef _WIN64
#define USE_GTKSPELL
#endif*/
#define PACKAGE_NAME "xchat"
2010-08-29 21:37:29 -04:00
#define PACKAGE_VERSION "r1464-4"
#define XCHATLIBDIR "."
#define XCHATSHAREDIR "."
#define OLD_PERL
#define GETTEXT_PACKAGE "xchat"
2010-05-30 05:04:01 -04:00
#define PACKAGE_TARNAME "xchat-2.8.8"