summary refs log tree commit diff stats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index edcbc0fe..00000000
--- a/config.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#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