summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-11-13 14:43:35 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-11-13 16:36:30 +0100
commit876509ae8b95f76adebdfa1f2380d75a49f9871d (patch)
treece9c3dca6583c915eea3d8adf76af2ba6e0d6856 /cmake/config.h.in
parentfee7808210fbf2ca1934d9d9eec948ab19cb5762 (diff)
downloadccache-876509ae8b95f76adebdfa1f2380d75a49f9871d.tar.gz
fix: Use $XDG_RUNTIME_DIR/ccache-tmp as the default temporary directory
See discussion in #1221.
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 28ea3c2a..1537119b 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -76,9 +76,6 @@
// Define if your compiler supports AVX2.
#cmakedefine HAVE_AVX2
-// Define if you have the "geteuid" function.
-#cmakedefine HAVE_GETEUID
-
// Define if you have the "getopt_long" function.
#cmakedefine HAVE_GETOPT_LONG