X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b767ce353715a608a27b4d6bc69243aa1aed47f5..3dd753cd9e46d794e00629d03183250aec4a17e4:/include/simgrid/config.h.in diff --git a/include/simgrid/config.h.in b/include/simgrid/config.h.in index 504204f615..bfd3403fab 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-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-2022. 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. */ @@ -11,15 +11,11 @@ /* Was MSG compiled in? */ #cmakedefine01 SIMGRID_HAVE_MSG -/* Was Jedule compiled in? */ -#cmakedefine01 SIMGRID_HAVE_JEDULE -/* Was the Lua support compiled in? */ -#cmakedefine01 SIMGRID_HAVE_LUA /* Were mallocators (object pools) compiled in? */ #cmakedefine01 SIMGRID_HAVE_MALLOCATOR /* Was the model-checking compiled in? */ #cmakedefine01 SIMGRID_HAVE_MC /* Was the ns-3 support compiled in? */ #cmakedefine01 SIMGRID_HAVE_NS3 -#cmakedefine NS3_MINOR_VERSION @NS3_MINOR_VERSION@ +#cmakedefine NS3_MINOR_VERSION @NS3_MINOR_VERSION@ #endif /* SIMGRID_PUBLIC_CONFIG_H */