summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-07-02 11:26:28 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-07-04 20:58:43 +0200
commitd67f26e5168dc6c6dbb12b6ef55407af215218e8 (patch)
tree379fd64fca1310e7c266fad3eb923ece417cd14b /cmake/config.h.in
parent8d470e6cf79cb4c7117f84bc46756428fc70a209 (diff)
downloadccache-d67f26e5168dc6c6dbb12b6ef55407af215218e8.tar.gz
enhance: Fall back to utimes(2) if utimensat(2) is unavailable
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r--cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 9e014303..649a44e4 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -175,6 +175,9 @@
// Define if you have the "utimensat" function.
#cmakedefine HAVE_UTIMENSAT
+// Define if you have the "utimes" function.
+#cmakedefine HAVE_UTIMES
+
// Define if you have the "PTHREAD_MUTEX_ROBUST" constant.
#cmakedefine HAVE_PTHREAD_MUTEX_ROBUST