Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Minimal change to support host on-off and permanent mailboxes
[simgrid.git] / src / simgrid / sg_version.cpp
index c538272..3764e84 100644 (file)
@@ -1,9 +1,9 @@
-/* Copyright (c) 2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2019-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. */
 #include "simgrid/config.h"
-#include "src/simgrid/version.h"
+#include "simgrid/version.h"
 #include "xbt/base.h"
 #include "xbt/log.h"
 #include "xbt/misc.h"
@@ -64,18 +64,6 @@ void sg_version()
   XBT_HELP("   ns-3 support disabled at compilation.");
 #endif
 
-#if SIMGRID_HAVE_JEDULE
-  XBT_HELP("   Jedule support compiled in.");
-#else
-  XBT_HELP("   Jedule support disabled at compilation.");
-#endif
-
-#if SIMGRID_HAVE_LUA
-  XBT_HELP("   Lua support compiled in.");
-#else
-  XBT_HELP("   Lua support disabled at compilation.");
-#endif
-
 #if SIMGRID_HAVE_MALLOCATOR
   XBT_HELP("   Mallocator support compiled in.");
 #else