Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No need to rely on f2c anymore
[simgrid.git] / include / smpi / smpif.h.in
index c003a43..156c9ea 100644 (file)
@@ -7,14 +7,6 @@
 #ifndef SMPIF_H
 #define SMPIF_H
 
-#cmakedefine HAVE_SMPI_F2C_H @HAVE_SMPI_F2C_H@
-
-#ifdef HAVE_SMPI_F2C_H
-       #undef min //Need because first def in xbt.h
-       #undef max //Need because first def in xbt.h
-       #include <f2c.h>
-#endif
-
 #include <xbt/misc.h>
 
 XBT_PUBLIC(int) smpi_process_argc(void);