X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d1f1ad261bf96a6200f15bd79c0b05ea8d87bbd1..8e06878d622c1792c5e7d8d2d412241b53004e37:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index 8006704efa..4c1feb7d61 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -125,5 +125,9 @@ XBT_PUBLIC(char *) bprintf(const char *fmt, ...) _XBT_GNUC_PRINTF(1, 2); /* Tracking of latency bound */ #cmakedefine HAVE_LATENCY_BOUND_TRACKING @HAVE_LATENCY_BOUND_TRACKING@ +/* If __thread is available */ +#cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@ + + SG_END_DECL() #endif /* SIMGRID_PUBLIC_CONFIG_H */