X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f583eea12f82640c644ef6e50c1c4d1ff28fd6ab..cc3fbc08e8b448f5b820a2e5719f2029dcb23f89:/buildtools/Cmake/src/c_gras_config.h.in diff --git a/buildtools/Cmake/src/c_gras_config.h.in b/buildtools/Cmake/src/c_gras_config.h.in index 5ad7108ebb..ef71eb1ffd 100644 --- a/buildtools/Cmake/src/c_gras_config.h.in +++ b/buildtools/Cmake/src/c_gras_config.h.in @@ -1,5 +1,8 @@ -//This document is maded by user -//With Cmake it creates gras_config.h in /src +// /buildtools/Cmake/src/c_gras_config.h.in is user-written. +// With Cmake it creates /src/gras_config.h + +/* Set to true if enable_model-checking is true */ +#cmakedefine MMALLOC_WANT_OVERIDE_LEGACY @MMALLOC_WANT_OVERIDE_LEGACY@ /* Define if building universal (internal helper macro) */ #cmakedefine AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@ @@ -69,6 +72,9 @@ /* Define to 1 if you have the 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@ @@ -90,6 +96,9 @@ /* Define to 1 if you have the 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@ @@ -236,6 +245,9 @@ /* 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