From: Aleš Křenek Date: Fri, 15 Jul 2005 13:41:50 +0000 (+0000) Subject: undef REFUSED -- XXX fix to build with gsoap 2.6 X-Git-Tag: glite-lb-ws-interface_R_2_0_0~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f9c6901d469d9eddb03eda1b485f43f42f237d4c;p=jra1mw.git undef REFUSED -- XXX fix to build with gsoap 2.6 --- diff --git a/org.glite.lb.server/src/bkserverd.c b/org.glite.lb.server/src/bkserverd.c index a277103..f387486 100644 --- a/org.glite.lb.server/src/bkserverd.c +++ b/org.glite.lb.server/src/bkserverd.c @@ -51,10 +51,11 @@ #ifdef GLITE_LB_SERVER_WITH_WS # if GSOAP_VERSION < 20700 - /* STATUS - defined in and it's includes - * brake the build + /* defined in and it's includes + * break the build */ # undef STATUS +# undef REFUSED # endif #include "LoggingAndBookkeeping.nsmap" #endif /* GLITE_LB_SERVER_WITH_WS */