mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 23:45:07 -04:00
8578a9d52d
Also cleans up some dead code
19 lines
539 B
Plaintext
19 lines
539 B
Plaintext
#define LOCALEDIR ".\\share\\locale"
|
|
#define ENABLE_NLS
|
|
#define USE_PLUGIN
|
|
#define USE_OPENSSL
|
|
#define USE_IPV6
|
|
#define HAVE_ISO_CODES
|
|
#define ISO_CODES_PREFIX ".\\"
|
|
#define ISO_CODES_LOCALEDIR LOCALEDIR
|
|
#define PACKAGE_NAME "hexchat"
|
|
#define PACKAGE_VERSION "<#= [string]::Join('.', $versionParts) #>"
|
|
#define HEXCHATLIBDIR ".\\plugins"
|
|
#define HEXCHATSHAREDIR "."
|
|
#define OLD_PERL
|
|
#define GETTEXT_PACKAGE "hexchat"
|
|
#define PACKAGE_TARNAME "hexchat-<#= [string]::Join('.', $versionParts) #>"
|
|
#ifndef USE_IPV6
|
|
#define socklen_t int
|
|
#endif
|