X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7516e3d43bd243928406a631bc5c9e89b2789f04..cf56a22da60094d8e7f14b1457526dc194d40226:/src/gras_config.h.in diff --git a/src/gras_config.h.in b/src/gras_config.h.in index 3ace03e26b..32c5e80f68 100644 --- a/src/gras_config.h.in +++ b/src/gras_config.h.in @@ -71,21 +71,28 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY +/* Indicates whether we have the GTNETS library or not */ +#undef HAVE_GTNETS + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* defines whether Java bindings must be compiled or not */ +#undef HAVE_JAVA + /* Define to 1 if you have the header file. */ #undef HAVE_JNI_H -/* Define to 1 if you have the `pthread' library (-lpthread). */ -#undef HAVE_LIBPTHREAD - /* Define to 1 if you have the `makecontext' function. */ #undef HAVE_MAKECONTEXT /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define if pthread_mutex_timedlock() is avaible or not (part of XPG6 + standard only?) */ +#undef HAVE_MUTEX_TIMEDLOCK + /* Define to 1 if you have the `popen' function. */ #undef HAVE_POPEN @@ -98,6 +105,12 @@ /* Indicates whether we have the CSDP library or not */ #undef HAVE_SDP +/* Define if sem_init() is avaible or not (part of XPG6 standard only) */ +#undef HAVE_SEM_INIT + +/* Define if sem_timedwait() is avaible or not (part of XPG6 standard only) */ +#undef HAVE_SEM_TIMEDWAIT + /* Define to 1 if you have the `signal' function. */ #undef HAVE_SIGNAL @@ -198,9 +211,6 @@ /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME -/* Indicates whether we should use GTNetS or not */ -#undef USE_GTNETS - /* Version number of package */ #undef VERSION