Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use transparent comparator 'std::less<>' with associative string container (sonar).
[simgrid.git] / include / simgrid / config.h.in
index 9d7589a..504204f 100644 (file)
@@ -9,6 +9,8 @@
 #define SIMGRID_PUBLIC_CONFIG_H
 #include <xbt/base.h>
 
+/* Was MSG compiled in?  */
+#cmakedefine01 SIMGRID_HAVE_MSG
 /* Was Jedule compiled in?  */
 #cmakedefine01 SIMGRID_HAVE_JEDULE
 /* Was the Lua support compiled in? */
@@ -19,5 +21,5 @@
 #cmakedefine01 SIMGRID_HAVE_MC
 /* Was the ns-3 support compiled in? */
 #cmakedefine01 SIMGRID_HAVE_NS3
-
+#cmakedefine NS3_MINOR_VERSION @NS3_MINOR_VERSION@ 
 #endif /* SIMGRID_PUBLIC_CONFIG_H */