X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95689b491f0fa08b65fbce516d591a9e44179796..6aac8bb90869cf0dccc9caf03be425af62ee2813:/src/surf/surf_routing_private.h diff --git a/src/surf/surf_routing_private.h b/src/surf/surf_routing_private.h index 7b90eb8b8f..91923c8ac3 100644 --- a/src/surf/surf_routing_private.h +++ b/src/surf/surf_routing_private.h @@ -71,15 +71,12 @@ void model_floyd_end(void); /* finalize the creation of floyd routing model void model_floyd_set_route(routing_component_t rc, const char *src, const char *dst, name_route_extended_t route); - -#ifdef HAVE_PCRE_LIB /* ************************************************** */ /* ************** RULE-BASED ROUTING **************** */ void *model_rulebased_create(void); /* create structures for rulebased routing model */ void model_rulebased_load(void); /* load parse functions for rulebased routing model */ void model_rulebased_unload(void); /* unload parse functions for rulebased routing model */ void model_rulebased_end(void); /* finalize the creation of rulebased routing model */ -#endif /* ************************************************************************** */ /* ********** Dijkstra & Dijkstra Cached ROUTING **************************** */