Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing include.
[simgrid.git] / buildtools / Cmake / src / gras_config.h.in
index e637923..082e1b8 100644 (file)
 /* Indicates that we have SMPI support */
 #cmakedefine HAVE_SMPI @HAVE_SMPI@
 
+/* Indicates that we have SMPI F2C support */
+#cmakedefine  SMPI_F2C @SMPI_F2C@
+
 /* Indicates that we have NS3 support */
 #cmakedefine HAVE_NS3 @HAVE_NS3@
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
 
-/* Define to 1 if you have the `usleep' function. */
-#cmakedefine HAVE_USLEEP @HAVE_USLEEP@
+/* Define to 1 if you have the `nanosleep' function. */
+#cmakedefine HAVE_NANOSLEEP @HAVE_NANOSLEEP@
 
 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
 #cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@