Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we never need asnprintf nor vasnprintf
[simgrid.git] / include / simgrid_config.h.in
index ba2e972..7e11886 100644 (file)
                                              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 */