X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/beaedc82c29cae2d3a54f1083ebd741386677d0f..32e043cb47a2c23cd2b419c037d56f8139d51765:/src/gras_config.h.in diff --git a/src/gras_config.h.in b/src/gras_config.h.in index 952dd3b712..dd0c895a07 100644 --- a/src/gras_config.h.in +++ b/src/gras_config.h.in @@ -1,5 +1,8 @@ /* src/gras_config.h.in. Generated from configure.ac by autoheader. */ +/* Arguments passed to the configure script */ +#undef AC_CONFIGURE_ARGS + /* Path to the addr2line tool */ #undef ADDR2LINE @@ -71,11 +74,17 @@ /* 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 -/* Define to 1 if you have the `pthread' library (-lpthread). */ -#undef HAVE_LIBPTHREAD +/* 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 `makecontext' function. */ #undef HAVE_MAKECONTEXT @@ -83,6 +92,10 @@ /* 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 @@ -95,6 +108,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 @@ -195,9 +214,6 @@ /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME -/* Indicates whether we should use SimIX or not */ -#undef USE_SIMIX - /* Version number of package */ #undef VERSION @@ -223,5 +239,5 @@ #undef inline #endif -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t