2010-04-02 07:29:16 +02:00
|
|
|
#define LOCALEDIR "./locale"
|
|
|
|
#define ENABLE_NLS
|
|
|
|
#define USE_GMODULE
|
|
|
|
#define USE_PLUGIN
|
2010-08-13 17:53:53 +02:00
|
|
|
/*#ifndef _WIN64
|
|
|
|
#define USE_GTKSPELL
|
|
|
|
#endif*/
|
2010-04-02 07:29:16 +02:00
|
|
|
#define PACKAGE_NAME "xchat"
|
2010-08-13 17:53:53 +02:00
|
|
|
#define PACKAGE_VERSION "r1451-7"
|
2010-04-02 07:29:16 +02:00
|
|
|
#define XCHATLIBDIR "."
|
|
|
|
#define XCHATSHAREDIR "."
|
|
|
|
#define OLD_PERL
|
|
|
|
#ifndef USE_IPV6
|
|
|
|
#define socklen_t int
|
|
|
|
#endif
|
|
|
|
#define GETTEXT_PACKAGE "xchat"
|
2010-05-30 11:04:01 +02:00
|
|
|
#define PACKAGE_TARNAME "xchat-2.8.8"
|