Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some doxygen warnings
[simgrid.git] / include / simgrid_config.h.in
index 1ff20fa..7e54f41 100644 (file)
 
 #define SIMGRID_VERSION_STRING "@SIMGRID_VERSION_STRING@"
 
-#define HAVE_JEDULE     @HAVE_JEDULE@ /* Was Jedule compiled in?  */
-#define HAVE_LUA        @HAVE_LUA@ /* Was the Lua support compiled in? */
-#define HAVE_MALLOCATOR @HAVE_MALLOCATOR@ /* Were mallocators (object pools) compiled in? */
-#define HAVE_MC         @HAVE_MC@ /* Was the model-checking compiled in? */
-#define HAVE_NS3        @HAVE_NS3@ /* Was the NS3 support compiled in? */
-
-#define SIMGRID_HAVE_LIBSIG @SIMGRID_HAVE_LIBSIG@ /* Used in the public interface xbt/signal.hpp :( */
+/* Was Jedule compiled in?  */
+#cmakedefine01 HAVE_JEDULE
+/* Was the Lua support compiled in? */
+#cmakedefine01 HAVE_LUA
+/* Were mallocators (object pools) compiled in? */
+#cmakedefine01 HAVE_MALLOCATOR
+/* Was the model-checking compiled in? */
+#cmakedefine01 HAVE_MC
+/* Was the NS3 support compiled in? */
+#cmakedefine01 HAVE_NS3
 
 #endif /* SIMGRID_PUBLIC_CONFIG_H */