summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-06-08 14:04:55 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-06-08 16:49:44 +0200
commit176bdc0016b9f0bdbf23b111f135e3ff1931fdf7 (patch)
tree0dc52e319eb2484cf33bf40ae2e9ed14f88a98da /cmake/config.h.in
parent74d816e0c6add58436a5723c3b295d24c1bf905d (diff)
downloadccache-176bdc0016b9f0bdbf23b111f135e3ff1931fdf7.tar.gz
enhance: Add util::set_timestamps function for setting mtime/atime
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r--cmake/config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 729a1d4a..bbc1397f 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -172,8 +172,8 @@
// Define if you have the "unsetenv" function.
#cmakedefine HAVE_UNSETENV
-// Define if you have the "utimes" function.
-#cmakedefine HAVE_UTIMES
+// Define if you have the "utimensat" function.
+#cmakedefine HAVE_UTIMENSAT
// Define if you have the "PTHREAD_MUTEX_ROBUST" constant.
#cmakedefine HAVE_PTHREAD_MUTEX_ROBUST