summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-07-30 13:03:24 +0200
committerJoel Rosdahl <joel@rosdahl.net>2020-07-30 21:04:01 +0200
commite521c7506e18ae7df7973cee3f2ec41ccf8c3c2f (patch)
treec665ab65b60eecc1c98ac2ee5f894e36eecec689 /cmake/config.h.in
parent4c6599cd31410a2d4db5223268522c3f39bfa4c3 (diff)
downloadccache-e521c7506e18ae7df7973cee3f2ec41ccf8c3c2f.tar.gz
Add Util::localtime, abstracting localtime_r
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r--cmake/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 4eeecdd8..34935e05 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -75,9 +75,6 @@
/* Define to 1 if you have the <linux/fs.h> header file. */
#cmakedefine HAVE_LINUX_FS_H
-/* Define to 1 if you have the `localtime_r' function. */
-#cmakedefine HAVE_LOCALTIME_R
-
/* Define to 1 if the system has the type `long long'. */
#cmakedefine HAVE_LONG_LONG