summary refs log tree commit diff stats
path: root/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/config-win32.h b/config-win32.h
deleted file mode 100644
index 9c7a1a1d..00000000
--- a/config-win32.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#define LOCALEDIR ".\\share\\locale"
-#define ENABLE_NLS
-#define USE_GMODULE
-#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 "2.9.6"
-#define HEXCHATLIBDIR ".\\plugins"
-#define HEXCHATSHAREDIR "."
-#define OLD_PERL
-#define GETTEXT_PACKAGE "hexchat"
-#define PACKAGE_TARNAME "hexchat-2.9.6"
-#ifndef USE_IPV6
-#define socklen_t int
-#endif