X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/013162cd57963a4b78fa05b5d8b01592f1d759b6..be7d8c9b6354157a80ecd2361bbb9e59366105b2:/src/gras_config.h.in diff --git a/src/gras_config.h.in b/src/gras_config.h.in index 0c9875e074..04124abfdb 100644 --- a/src/gras_config.h.in +++ b/src/gras_config.h.in @@ -83,6 +83,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 @@ -186,6 +189,9 @@ /* 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 @@ -214,5 +220,5 @@ #undef inline #endif -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t