Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add all needs to include mc with cmake.
[simgrid.git] / buildtools / Cmake / src / c_gras_config.h.in
index fed5e37..eb89437 100644 (file)
@@ -1,5 +1,5 @@
-//This document is maded by user
-//With Cmake it creates gras_config.h in <projectdirectory>/src
+// <root>/buildtools/Cmake/src/c_gras_config.h.in is user-written.
+// With Cmake it creates <root>/src/gras_config.h
 
 /* Define if building universal (internal helper macro) */
 #cmakedefine AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@
 /* Define to 1 if you have the <execinfo.h> header file. */
 #cmakedefine HAVE_EXECINFO_H @HAVE_EXECINFO_H@
 
+/* Define to 1 if you have the `mmap' function. */
+#cmakedefine HAVE_MMAP @HAVE_MMAP@
+
 /* Define to 1 if you have the `getdtablesize' function. */
 #cmakedefine HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@
 
 /* Define to 1 if you have the `gettimeofday' function. */
 #cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@
 
+/* Define to 1 if you have the `clock_gettime' function. */
+#cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@
+
 /* Indicates that we have GTNETS support */
 #cmakedefine HAVE_GTNETS @HAVE_GTNETS@
 
@@ -87,6 +93,9 @@
 /* Define to 1 if you have the <jni.h> header file. */
 #cmakedefine HAVE_JNI_H @HAVE_JNI_H@
 
+/* defines whether Ruby bindings must be compiled or not */
+#cmakedefine HAVE_RUBY @HAVE_RUBY@
+
 /* defines whether Lua bindings must be compiled or not */
 #cmakedefine HAVE_LUA @HAVE_LUA@
 
 /* Version number of package */
 #cmakedefine VERSION @VERSION@
 
+/* Tracing SimGrid */
+#cmakedefine HAVE_TRACING @HAVE_TRACING@
+
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
 #if defined AC_APPLE_UNIVERSAL_BUILD