Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv simgrid_config.h simgrid/config
[simgrid.git] / include / simgrid_config.h
diff --git a/include/simgrid_config.h b/include/simgrid_config.h
new file mode 100644 (file)
index 0000000..7d2de9f
--- /dev/null
@@ -0,0 +1,9 @@
+/* simgrid_config.h - backward-compatibility wrapper. Stop using it         */
+
+/* Copyright (c) 2018. 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. */
+
+#warning simgrid_config.h is now deprecated. Please use simgrid/config.h instead
+#include <simgrid/config.h>