X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..a6592ecfec9966ad657d0c1a9611e55150a66fa2:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index ba2e9720af..7e118863d9 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -31,20 +31,13 @@ SIMGRID_VERSION_PATCH) /* take care of DLL usage madness */ - #ifdef _XBT_DLL_EXPORT #ifndef DLL_EXPORT #define DLL_EXPORT #endif #else - #ifdef _XBT_DLL_STATIC - #ifndef DLL_STATIC - #define DLL_STATIC - #endif - #else - #ifndef DLL_EXPORT - #define DLL_IMPORT - #endif + #ifndef DLL_EXPORT + #define DLL_IMPORT #endif #endif @@ -76,7 +69,7 @@ #define MALLOCATOR_COMPILED_IN @MALLOCATOR_IS_WANTED@ /* Define if xbt contexts are based on our threads implementation or not */ -#cmakedefine CONTEXT_THREADS @CONTEXT_THREADS@ +#cmakedefine HAVE_THREAD_CONTEXTS @HAVE_THREAD_CONTEXTS@ /* Jedule output */ #cmakedefine HAVE_JEDULE @HAVE_JEDULE@ @@ -90,4 +83,6 @@ /* If Model-Checking support was requested */ #cmakedefine HAVE_MC @HAVE_MC@ +#cmakedefine SIMGRID_HAVE_LIBSIG @SIMGRID_HAVE_LIBSIG@ + #endif /* SIMGRID_PUBLIC_CONFIG_H */