X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/13e1a1ba15c7881d70cb79279bb601feda413d4d:/src/include/simgrid/sg_config.h..047872771f0685df5ad0db3422b3333e26696330:/src/include/simgrid/sg_config.hpp diff --git a/src/include/simgrid/sg_config.h b/src/include/simgrid/sg_config.hpp similarity index 86% rename from src/include/simgrid/sg_config.h rename to src/include/simgrid/sg_config.hpp index a72e8ce6d9..a11602fc29 100644 --- a/src/include/simgrid/sg_config.h +++ b/src/include/simgrid/sg_config.hpp @@ -3,14 +3,13 @@ /* 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 +#ifndef SIMGRID_CONFIG_HPP +#define SIMGRID_CONFIG_HPP #include "xbt/config.h" #include "xbt/config.hpp" /** Config Globals */ -SG_BEGIN_DECL() XBT_PUBLIC_DATA xbt_cfg_t simgrid_config; XBT_PUBLIC_DATA int _sg_cfg_init_status; @@ -19,6 +18,4 @@ XBT_PUBLIC_DATA int _sg_cfg_exit_asap; XBT_PUBLIC void sg_config_init(int* argc, char** argv); XBT_PUBLIC void sg_config_finalize(); -SG_END_DECL() - #endif