Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not load internal_config.h from mc.h
[simgrid.git] / src / mc / remote / Client.hpp
index ead07fe..7974601 100644 (file)
@@ -58,7 +58,7 @@ public:
 
 SG_BEGIN_DECL()
 
-#if HAVE_MC
+#if SIMGRID_HAVE_MC
 void MC_ignore(void* addr, std::size_t size);
 #endif