summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-12-03 21:46:31 +0100
committerJoel Rosdahl <joel@rosdahl.net>2020-12-06 08:59:37 +0100
commit899a1025c287c57df25ac638d159fc03f075fd3f (patch)
tree9a2a14d5d61f3074568e26be0b99bac33b31bcd5 /cmake/config.h.in
parentfa21e9653b4ff07be2694365b88afa2b813d76a7 (diff)
downloadccache-899a1025c287c57df25ac638d159fc03f075fd3f.tar.gz
Remove legacy “cheap and nasty” mkstemp replacement
Hopefully mkstemp is available on all systems we want to support these days. As mentioned in #703.
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 28a07064..be65c0a9 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -83,9 +83,6 @@
// Define if the system has the type "long long".
#cmakedefine HAVE_LONG_LONG
-// Define if you have the "mkstemp" function.
-#cmakedefine HAVE_MKSTEMP
-
// Define if you have the "posix_fallocate.
#cmakedefine HAVE_POSIX_FALLOCATE