X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/6f5ec5fdc42f96a8fe95f4b846b163d4dc92e0c8..94b462631204e69491f6cb175ca210830bb11088:/simgrid_features.h

diff --git a/simgrid_features.h b/simgrid_features.h
index 8fa8d56..0b74575 100644
--- a/simgrid_features.h
+++ b/simgrid_features.h
@@ -1,11 +1,12 @@
 #ifndef SIMGRID_FEATURES_H
 #define SIMGRID_FEATURES_H
 
-// fixme: dirty hack
-#if defined(XBT_RUNNING_CTX_INITIALIZER)
-#  define MSG_WAIT_DESTROYS_COMMS 0
-#else
-#  define MSG_WAIT_DESTROYS_COMMS 1
-#endif
+#if !defined(SIMGRID_VERSION) // ========== SimGrid <= 3.5 ============= //
+#  error "Unsupported SimGrid version.  Need version > 3.5"
+#endif  // ============================================================= //
 
 #endif // !SIMGRID_FEATURES_H
+
+// Local variables:
+// mode: c++
+// End: