Reapply r185601 with a fix for the cmake build.
[oota-llvm.git] / include / llvm / Config / config.h.cmake
index d27fcdead96a71af5b7e1883c76aecf3950e5f1b..1f5b407961cc2e3db8f609a8577fdc29e911ae9a 100644 (file)
 /* Define to 1 if you have the `fmodf' function. */
 #cmakedefine HAVE_FMODF ${HAVE_FMODF}
 
+/* Define to 1 if you have the `futimes' function. */
+#cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES}
+
+/* Define to 1 if you have the `futimens' function */
+#cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS}
+
 /* Define to 1 if you have the `getcwd' function. */
 #cmakedefine HAVE_GETCWD ${HAVE_GETCWD}