hexchat/config.h

15 lines
359 B
C
Raw Normal View History

2011-02-28 12:59:32 -05:00
#define LOCALEDIR "./locale"
#define ENABLE_NLS
#define USE_GMODULE
#define USE_PLUGIN
#define USE_LIBSEXY
#define HAVE_ISO_CODES
2011-02-28 12:59:32 -05:00
#define PACKAGE_NAME "xchat"
2011-08-09 08:12:04 -04:00
#define PACKAGE_VERSION "1496-6"
2011-02-28 12:59:32 -05:00
#define XCHAT_RELEASE "2.8.8"
#define XCHATLIBDIR "."
#define XCHATSHAREDIR "."
#define OLD_PERL
#define GETTEXT_PACKAGE "xchat"
#define PACKAGE_TARNAME "xchat-2.8.8"