From f04d43c26efd26bffdd5f6615d027c60896cef8a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Jan 2013 16:31:52 +0100 Subject: Prefer ini_config library support over iniparser support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Abort if none of these libraries are found. Signed-off-by: Günther Deschner --- proxy/src/gp_config.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'proxy/src/gp_config.c') diff --git a/proxy/src/gp_config.c b/proxy/src/gp_config.c index 8e3953a..f702684 100644 --- a/proxy/src/gp_config.c +++ b/proxy/src/gp_config.c @@ -355,10 +355,6 @@ void free_config(struct gp_config **cfg) *cfg = NULL; } -#ifdef HAVE_INIPARSER -#define WITH_INIPARSER 1 -#endif - #ifdef WITH_INIPARSER #include "gp_config_iniparser.h" -- cgit