Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Solve variable init value for windows.
[simgrid.git] / buildtools / Cmake / gras_config.h.in
index ae34b1b..fccb701 100644 (file)
@@ -1,8 +1,13 @@
 // <root>/buildtools/Cmake/gras_config.h.in is user-written.
 // With Cmake it creates <root>/src/gras_config.h
 
+/* Set somes variables for Windows compilation */
+#cmakedefine __STRICT_ANSI__ @__STRICT_ANSI__@
+#cmakedefine _MSC_VER @_MSC_VER@
+
 /* Set to true if enable_model-checking is true */
 #cmakedefine MMALLOC_WANT_OVERIDE_LEGACY @MMALLOC_WANT_OVERIDE_LEGACY@
+#cmakedefine HAVE_MC @HAVE_MC@
 
 /* Define if building universal (internal helper macro) */
 #cmakedefine AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@