Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Check for sem_init
[simgrid.git] / src / gras_config.h.in
index 99cbd92..2ffed4b 100644 (file)
 /* 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))
 
 /* 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 whether we have the GTNETS library or not */
+#undef HAVE_GTNETS
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
-/* Define to 1 if you have the `pthread' library (-lpthread). */
-#undef HAVE_LIBPTHREAD
+/* Define to 1 if you have the <jni.h> header file. */
+#undef HAVE_JNI_H
 
 /* Define to 1 if you have the `makecontext' function. */
 #undef HAVE_MAKECONTEXT
 /* Define to 1 if you have the <memory.h> 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
 
 /* 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 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
 
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #undef TIME_WITH_SYS_TIME
 
-/* Define if we use pthreads or not */
-#undef USE_PTHREADS
-
-/* Define if we use ucontext or not */
-#undef USE_UCONTEXT
-
 /* Version number of package */
 #undef VERSION