X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a9e3c0dba635930f332707a949d3cb085382949a..beaedc82c29cae2d3a54f1083ebd741386677d0f:/src/gras_config.h.in diff --git a/src/gras_config.h.in b/src/gras_config.h.in index 8e70e5dcfb..952dd3b712 100644 --- a/src/gras_config.h.in +++ b/src/gras_config.h.in @@ -12,6 +12,12 @@ /* Predefined possible va_copy() implementation (id: C99) */ #define __VA_COPY_USE_C99(d, s) va_copy((d), (s)) +/* Define if xbt contexts are based on our threads implementation or not */ +#undef CONTEXT_THREADS + +/* Define if xbt contexts are based on ucontext or not */ +#undef CONTEXT_UCONTEXT + /* Predefined possible va_copy() implementation (id: CPP) */ #define __VA_COPY_USE_CPP(d, s) memcpy((void *)(d), (void *)(s)), sizeof(*(s)) @@ -189,15 +195,9 @@ /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME -/* Define if we use pthreads or not */ -#undef USE_PTHREADS - /* Indicates whether we should use SimIX or not */ #undef USE_SIMIX -/* Define if we use ucontext or not */ -#undef USE_UCONTEXT - /* Version number of package */ #undef VERSION