X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..40ee10e13b61bfb28374d96ade010a262b5abd44:/include/simgrid/config.h.in diff --git a/include/simgrid/config.h.in b/include/simgrid/config.h.in index 43c99232c5..6ef3fd76b1 100644 --- a/include/simgrid/config.h.in +++ b/include/simgrid/config.h.in @@ -9,8 +9,6 @@ #define SIMGRID_PUBLIC_CONFIG_H #include -/* Was MSG compiled in? */ -#cmakedefine01 SIMGRID_HAVE_MSG /* Were mallocators (object pools) compiled in? */ #cmakedefine01 SIMGRID_HAVE_MALLOCATOR /* Was the model-checking compiled in? */ @@ -20,4 +18,6 @@ #cmakedefine NS3_MINOR_VERSION @NS3_MINOR_VERSION@ /* Was the Eigen3 support compiled in? */ #cmakedefine01 SIMGRID_HAVE_EIGEN3 +/* Was the JSON support compiled in? */ +#cmakedefine01 SIMGRID_HAVE_JSON #endif /* SIMGRID_PUBLIC_CONFIG_H */