2010-04-02 09:29:16 +04:00
|
|
|
#define LOCALEDIR "./locale"
|
|
|
|
#define ENABLE_NLS
|
|
|
|
#define USE_GMODULE
|
|
|
|
#define USE_PLUGIN
|
2010-08-13 19:53:53 +04:00
|
|
|
/*#ifndef _WIN64
|
|
|
|
#define USE_GTKSPELL
|
|
|
|
#endif*/
|
2010-04-02 09:29:16 +04:00
|
|
|
#define PACKAGE_NAME "xchat"
|
2010-09-19 07:28:27 +04:00
|
|
|
#define PACKAGE_VERSION "1468"
|
2010-04-02 09:29:16 +04:00
|
|
|
#define XCHATLIBDIR "."
|
|
|
|
#define XCHATSHAREDIR "."
|
|
|
|
#define OLD_PERL
|
|
|
|
#define GETTEXT_PACKAGE "xchat"
|
2010-05-30 13:04:01 +04:00
|
|
|
#define PACKAGE_TARNAME "xchat-2.8.8"
|