summary refs log tree commit diff stats
path: root/win32/config.h.tt
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-06-04 10:30:18 -0400
committerTingPing <tingping@fedoraproject.org>2014-06-04 10:30:18 -0400
commitb8c02f71d9bbaf805534d5327d8c3935a3b87636 (patch)
tree723ae84fda43728303d4651a42f800f3ef1abd79 /win32/config.h.tt
parent806b98dfc215f0c561ab51babe970abfa787169e (diff)
win32: Use config.h instead of config-win32.h
Diffstat (limited to 'win32/config.h.tt')
-rw-r--r--win32/config.h.tt18
1 files changed, 18 insertions, 0 deletions
diff --git a/win32/config.h.tt b/win32/config.h.tt
new file mode 100644
index 00000000..77da3b38
--- /dev/null
+++ b/win32/config.h.tt
@@ -0,0 +1,18 @@
+#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