Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add check for HAVE_POSIX_GETTIME.
[simgrid.git] / buildtools / Cmake / src / c_gras_config.h.in
index fed5e37..5ad7108 100644 (file)
@@ -75,6 +75,9 @@
 /* Define to 1 if you have the `gettimeofday' function. */
 #cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@
 
+/* Define to 1 if you have the `clock_gettime' function. */
+#cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@
+
 /* Indicates that we have GTNETS support */
 #cmakedefine HAVE_GTNETS @HAVE_GTNETS@