]> AND Public Git Repository - simgrid.git/blobdiff - src/include/simgrid/sg_config.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stringify (a lot)
[simgrid.git] / src / include / simgrid / sg_config.h
index 4bd78c5fdbe033450ba8a005ceb6dfc51fc75f37..304b7b65bd5d2e4ad12d729606f4d185bd69f97d 100644 (file)
@@ -1,10 +1,13 @@
-/* Copyright (c) 2012-2014. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2012-2017. 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. */
 
+#ifndef SIMGRID_CONFIG_H
+#define SIMGRID_CONFIG_H
+
 #include "xbt/config.h"
+#include "xbt/config.hpp"
 
 /** Config Globals */
 SG_BEGIN_DECL()
@@ -17,3 +20,5 @@ XBT_PUBLIC(void) sg_config_init(int *argc, char **argv);
 XBT_PUBLIC(void) sg_config_finalize();
 
 SG_END_DECL()
+
+#endif