X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a39cc6fdc908c33507b5b0f8bae61f7286fd4ca..0e65023a19aab77eacf5f8fe3cb745c82884caaa:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index 9070c40f25..eea543b794 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -95,8 +95,17 @@ XBT_PUBLIC(char *) bvprintf(const char *fmt, va_list ap); XBT_PUBLIC(char *) bprintf(const char *fmt, ...) _XBT_GNUC_PRINTF(1, 2); /** @} */ +/* Define if xbt contexts are based on our threads implementation or not */ +#cmakedefine CONTEXT_THREADS @CONTEXT_THREADS@ + /* Tracing SimGrid */ #cmakedefine HAVE_TRACING @HAVE_TRACING@ +/* Jedule output */ +#cmakedefine HAVE_JEDULE @HAVE_JEDULE@ + +/* Tracking of latency bound */ +#cmakedefine HAVE_LATENCY_BOUND_TRACKING @HAVE_LATENCY_BOUND_TRACKING@ + SG_END_DECL() #endif /* SIMGRID_PUBLIC_CONFIG_H */