Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make helper functions static members of NetZoneImpl.
[simgrid.git] / include / simgrid / config.h.in
index 32e11dfd9cef06ea72db3a281c8c3103a573f519..e0d14a13b39e340ce487ab3ede2d5640f70d48e4 100644 (file)
@@ -1,6 +1,6 @@
 /* simgrid/config.h - Results of the configure made visible to user code.   */
 
-/* Copyright (c) 2009-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2009-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -11,8 +11,6 @@
 
 /* Was MSG compiled in?  */
 #cmakedefine01 SIMGRID_HAVE_MSG
-/* Was the Lua support compiled in? */
-#cmakedefine01 SIMGRID_HAVE_LUA
 /* Were mallocators (object pools) compiled in? */
 #cmakedefine01 SIMGRID_HAVE_MALLOCATOR
 /* Was the model-checking compiled in? */
@@ -20,4 +18,6 @@
 /* Was the ns-3 support compiled in? */
 #cmakedefine01 SIMGRID_HAVE_NS3
 #cmakedefine NS3_MINOR_VERSION @NS3_MINOR_VERSION@
+/* Was the Eigen3 support compiled in? */
+#cmakedefine01 SIMGRID_HAVE_EIGEN3
 #endif /* SIMGRID_PUBLIC_CONFIG_H */