diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-27 01:26:32 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-27 01:26:32 +0200 |
commit | a98dc18d55947709e9350da79993bbe8e8cdfa28 (patch) | |
tree | a1af1defdc25564d1c6661a9402c08da2084f6ee /config.h | |
parent | aae8c393ed8a840823c4a124379662e36bee844e (diff) |
Ignore generated config.h properly on Unix
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 19 |
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 |