summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_config.c
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-01-24 16:31:52 +0100
committerGünther Deschner <gdeschner@redhat.com>2013-04-05 21:29:19 +0200
commitf04d43c26efd26bffdd5f6615d027c60896cef8a (patch)
tree53a775fb5155dc54c9b89e36b331c8e5e33ca823 /proxy/src/gp_config.c
parente715757e5cff247e4090f305b07f626a3a376210 (diff)
downloadgss-proxy-master-dinglibs.tar.gz
gss-proxy-master-dinglibs.tar.xz
gss-proxy-master-dinglibs.zip
Prefer ini_config library support over iniparser support.master-dinglibs
Abort if none of these libraries are found. Signed-off-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/src/gp_config.c')
-rw-r--r--proxy/src/gp_config.c4
1 files changed, 0 insertions, 4 deletions
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"