Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I need this to compile on my machine. It may break on others systems but I don't...
[simgrid.git] / buildtools / Cmake / gras_config.h.in
index 1ef70eebb7859b340d2f71a2074bd4ea47ed2aa0..fccb7011d1e3664e4ca0d4657130c8847e2b3658 100644 (file)
@@ -2,14 +2,8 @@
 // With Cmake it creates <root>/src/gras_config.h
 
 /* Set somes variables for Windows compilation */
-#ifndef __STRICT_ANSI__
-       #cmakedefine __STRICT_ANSI__ @__STRICT_ANSI__@
-#endif
-#ifndef _MSC_VER
-       #cmakedefine _MSC_VER @_MSC_VER@
-#endif
-#cmakedefine _WIN32 @_WIN32@
-#cmakedefine WIN32 @WIN32@
+#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@