X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22ee7fc2fbcb3e42fc615b1116c26d1b75ad97ff..f6acb706fa20197049c849cf3021077c5fa97f93:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index f27c4ac75c..f2517b4f3a 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -33,14 +33,14 @@ SG_END_DECL() #define SIMGRID_VERSION_STRING "@SIMGRID_VERSION_STRING@" /* Was Jedule compiled in? */ -#cmakedefine01 HAVE_JEDULE +#cmakedefine01 SIMGRID_HAVE_JEDULE /* Was the Lua support compiled in? */ -#cmakedefine01 HAVE_LUA +#cmakedefine01 SIMGRID_HAVE_LUA /* Were mallocators (object pools) compiled in? */ -#cmakedefine01 HAVE_MALLOCATOR +#cmakedefine01 SIMGRID_HAVE_MALLOCATOR /* Was the model-checking compiled in? */ -#cmakedefine01 HAVE_MC +#cmakedefine01 SIMGRID_HAVE_MC /* Was the NS3 support compiled in? */ -#cmakedefine01 HAVE_NS3 +#cmakedefine01 SIMGRID_HAVE_NS3 #endif /* SIMGRID_PUBLIC_CONFIG_H */