summary refs log tree commit diff stats
path: root/config-win32.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-27 01:26:32 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-27 01:26:32 +0200
commita98dc18d55947709e9350da79993bbe8e8cdfa28 (patch)
treea1af1defdc25564d1c6661a9402c08da2084f6ee /config-win32.h
parentaae8c393ed8a840823c4a124379662e36bee844e (diff)
Ignore generated config.h properly on Unix
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h
new file mode 100644
index 00000000..edcbc0fe
--- /dev/null
+++ b/config-win32.h
@@ -0,0 +1,19 @@
+#define LOCALEDIR "./locale"
+#define ENABLE_NLS
+#define USE_GMODULE
+#define USE_PLUGIN
+#define USE_OPENSSL
+#define USE_LIBSEXY
+#define USE_IPV6
+#define HAVE_ISO_CODES
+#define PACKAGE_NAME "hexchat"
+#define PACKAGE_VERSION "2.9.3"
+#define XCHAT_REVISION "1521"
+#define HEXCHATLIBDIR "."
+#define HEXCHATSHAREDIR "."
+#define OLD_PERL
+#define GETTEXT_PACKAGE "hexchat"
+#define PACKAGE_TARNAME "hexchat-2.9.3"
+#ifndef USE_IPV6
+#define socklen_t int
+#endif