X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/efc583c42eef350fcdfa2560715243e95af94505..36b5d5f9f78b0d496663aa3b8d3e5f82ca48a5a1:/src/gras_config.h.in diff --git a/src/gras_config.h.in b/src/gras_config.h.in index d2edc2813e..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 @@ -77,6 +80,9 @@ /* 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 @@ -86,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 @@ -98,8 +108,10 @@ /* Indicates whether we have the CSDP library or not */ #undef HAVE_SDP -/* Define if the sem_timedwait is avaible or not (part of XPG6 standard only) - */ +/* 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. */