X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/78cfd86352a4b7097c255e40e8eb98619d515926..575da6eb0c35cfee471dcdce960cc4b30440532d:/include/simgrid/config.h.in diff --git a/include/simgrid/config.h.in b/include/simgrid/config.h.in index b1cc8229c1..5170028ff0 100644 --- a/include/simgrid/config.h.in +++ b/include/simgrid/config.h.in @@ -1,6 +1,6 @@ /* simgrid/config.h - Results of the configure made visible to user code. */ -/* Copyright (c) 2009-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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 */