(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 24 Mar 2011 13:06:49 +0000 (13:06 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 24 Mar 2011 13:06:49 +0000 (13:06 +0000)
src/transport/gnunet-service-transport.c

index 2c6e28a7174c326918416d23da7b0365acca44bf..675d063d9bd9f63709e92c25910918b08b82b414 100644 (file)
@@ -5559,6 +5559,7 @@ struct ATS_transports
 
 #define FUNCTION ats_create_problem (int peers, int transports, double b_min, double b_max, double r, double R, const struct ATS_peer * pl, const struct ATS_transports * tl, int max_it, int max_dur)
 
+#if HAVE_LIBGLPK
 glp_prob * FUNCTION
 {
        int result = GLP_UNDEF;
@@ -5762,7 +5763,6 @@ glp_prob * FUNCTION
        GNUNET_free(options);
        return lp;
 }
-#if HAVE_LIBGLPK
 #else
 void * FUNCTION
 {