mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-04 08:25:03 -05:00
13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
#define LOCALEDIR "./locale"
|
|
#define ENABLE_NLS
|
|
#define USE_GMODULE
|
|
#define USE_PLUGIN
|
|
#define PACKAGE_NAME "xchat"
|
|
#define PACKAGE_VERSION "2.8.8-Unofficial"
|
|
#define XCHATLIBDIR "."
|
|
#define XCHATSHAREDIR "."
|
|
#define OLD_PERL
|
|
#ifndef USE_IPV6
|
|
#define socklen_t int
|
|
#endif
|