X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/92d240156b173432e445dd198b1311a845b3305a..a33af9c0434a48328e48a500286de9ebdaa55cbe:/src/gras_config.h.in diff --git a/src/gras_config.h.in b/src/gras_config.h.in index 99cbd92b8a..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)) @@ -59,6 +65,9 @@ /* Define to 1 if you have the `getdtablesize' function. */ #undef HAVE_GETDTABLESIZE +/* Define to 1 if you have the `getline' function. */ +#undef HAVE_GETLINE + /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY @@ -83,6 +92,9 @@ /* Define to 1 if you have the `readv' function. */ #undef HAVE_READV +/* Indicates whether we have the CSDP library or not */ +#undef HAVE_SDP + /* Define to 1 if you have the `signal' function. */ #undef HAVE_SIGNAL @@ -183,11 +195,8 @@ /* 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 - -/* Define if we use ucontext or not */ -#undef USE_UCONTEXT +/* Indicates whether we should use SimIX or not */ +#undef USE_SIMIX /* Version number of package */ #undef VERSION @@ -214,5 +223,5 @@ #undef inline #endif -/* Define to `unsigned int' if does not define. */ +/* Define to `unsigned' if does not define. */ #undef size_t