hexchat/win32/config.h.tt

15 lines
476 B
Plaintext
Raw Normal View History

#define LOCALEDIR ".\\share\\locale"
2011-02-28 12:59:32 -05:00
#define ENABLE_NLS
#define USE_PLUGIN
#define USE_OPENSSL
#define HAVE_ISO_CODES
#define ISO_CODES_PREFIX ".\\"
#define ISO_CODES_LOCALEDIR LOCALEDIR
2012-07-12 12:39:52 -04:00
#define PACKAGE_NAME "hexchat"
#define PACKAGE_VERSION "<#= [string]::Join('.', $versionParts) #>"
#define HEXCHATLIBDIR ".\\plugins"
2012-07-13 12:04:00 -04:00
#define HEXCHATSHAREDIR "."
2011-02-28 12:59:32 -05:00
#define OLD_PERL
2012-07-12 12:39:52 -04:00
#define GETTEXT_PACKAGE "hexchat"
#define PACKAGE_TARNAME "hexchat-<#= [string]::Join('.', $versionParts) #>"