From 1f48706b38a99959f71c2c6a3755024d0b86f95d Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 23 Mar 2011 12:55:18 +0000 Subject: changes to configure.ac --- src/transport/gnunet-service-transport.c | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src/transport/gnunet-service-transport.c') diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index ba9cdfbc6..116482c60 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -38,7 +38,7 @@ #include "gnunet_signatures.h" #include "gnunet_transport_plugin.h" #include "transport.h" -#if HAVE_GLPK +#if HAVE_LIBGLPK #include #endif @@ -5548,12 +5548,14 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) GNUNET_break (bl_head == NULL); GNUNET_break (bc_head == NULL); } +#if !HAVE_LIBGLPK +void ats_create_problem(int peers, double b_min, double b_max, double r, const struct ATS_peer * list, int max_it, int max_dur) +{ - -#if HAVE_GLPK - -glp_prob * ats_create_problem(int peers, double b_min, double b_max, double r, const struct ATS_peer * list, int max_it, int max_dur) +} +#else +glp_prob * ats_create_problem (int peers, double b_min, double b_max, double r, const struct ATS_peer * list, int max_it, int max_dur) { int c1, c2; glp_prob *lp; @@ -5688,11 +5690,6 @@ glp_prob * ats_create_problem(int peers, double b_min, double b_max, double r, c glp_delete_prob(lp); //GNUNET_free(options); return lp; -} -#else -void ats_create_problem(int peers, double b_min, double b_max, double r, const struct ATS_peer * list, int max_it, int max_dur) -{ - } #endif -- cgit v1.2.3