X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..f409d6f711ba652a6fd78e185791cf7870b6765d:/include/simgrid/config.h.in diff --git a/include/simgrid/config.h.in b/include/simgrid/config.h.in index 9d7589ac9d..504204f615 100644 --- a/include/simgrid/config.h.in +++ b/include/simgrid/config.h.in @@ -9,6 +9,8 @@ #define SIMGRID_PUBLIC_CONFIG_H #include +/* 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 */