summary refs log tree commit diff stats
path: root/config.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.h
parentaae8c393ed8a840823c4a124379662e36bee844e (diff)
Ignore generated config.h properly on Unix
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