diff options
author | Günther Deschner <gdeschner@redhat.com> | 2013-01-24 16:31:52 +0100 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-04-08 09:29:19 -0400 |
commit | 9e6e98fec07cf6e967da9b2ff99609c13f960851 (patch) | |
tree | 7cd0801c5fdb479fe6f8de9bfd092c44e9785ea1 /proxy/src/gp_config.c | |
parent | f5fb025d692e429b9be5aef890179efd1a40e360 (diff) | |
download | gss-proxy-9e6e98fec07cf6e967da9b2ff99609c13f960851.tar.gz gss-proxy-9e6e98fec07cf6e967da9b2ff99609c13f960851.tar.xz gss-proxy-9e6e98fec07cf6e967da9b2ff99609c13f960851.zip |
Prefer ini_config library support over iniparser support.
Abort if none of these libraries are found.
Signed-off-by: Günther Deschner <gdeschner@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/src/gp_config.c')
-rw-r--r-- | proxy/src/gp_config.c | 4 |
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" |