X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/250c00b20a41a9ebb1d1039eaa4ec96f9fa4eb7b..24e97d18003e65787648061db7c23f0882f98d1a:/simgrid_features.h?ds=sidebyside diff --git a/simgrid_features.h b/simgrid_features.h index 82c7b23..d808ba2 100644 --- a/simgrid_features.h +++ b/simgrid_features.h @@ -1,10 +1,18 @@ #ifndef SIMGRID_FEATURES_H #define SIMGRID_FEATURES_H -#include +#if defined(__has_include) +# if __has_include() +# include +# else +# include +# endif +#else +# warning "__has_include is not defined" +#endif -#if !defined(SIMGRID_VERSION) || SIMGRID_VERSION < 31400UL // == SG < 3.14 == // -# error "Unsupported SimGrid version. Need version >= 3.14" +#if !defined(SIMGRID_VERSION) || SIMGRID_VERSION < 31800UL // == SG < 3.18 == // +# error "Unsupported SimGrid version. Need version >= 3.18" #endif // =================================================================== // #endif // !SIMGRID_FEATURES_H