Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sync generated files
[simgrid.git] / src / gras_config.h.in
index 04124ab..952dd3b 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))
 
@@ -59,6 +65,9 @@
 /* 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
 
 /* 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
-
 /* 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
 
 #undef inline
 #endif
 
-/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* Define to `unsigned' if <sys/types.h> does not define. */
 #undef size_t