X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/be7d8c9b6354157a80ecd2361bbb9e59366105b2..97947c99a654a7d436398628c7bae6ad2f931246:/src/gras_config.h.in diff --git a/src/gras_config.h.in b/src/gras_config.h.in index 04124abfdb..69773ee1bc 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 @@ -12,6 +15,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,14 +68,23 @@ /* 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 +/* Indicates that we have GTNETS support */ +#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 @@ -74,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 @@ -86,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 @@ -128,6 +156,9 @@ /* Define to 1 if you have the `usleep' function. */ #undef HAVE_USLEEP +/* Define to 1 if you have the header file. */ +#undef HAVE_VALGRIND_VALGRIND_H + /* Define if va_copy() macro exists (and no fallback implementation is required) */ #undef HAVE_VA_COPY @@ -144,6 +175,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_WINSOCK_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* enable the asprintf replacement */ #undef NEED_ASPRINTF @@ -186,15 +221,6 @@ /* 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 - -/* Indicates whether we should use SimIX or not */ -#undef USE_SIMIX - -/* Define if we use ucontext or not */ -#undef USE_UCONTEXT - /* Version number of package */ #undef VERSION