aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-09-16 11:23:42 +0200
committerAnton Khirnov <anton@khirnov.net>2022-09-16 11:23:42 +0200
commitb43cc61bc85781e384eb183c3818b08421f0b84f (patch)
tree665182e4e32cd14bb640325f5f216e327b3f9e45 /config.h
parent27efabfe36b54f11cdcc7ccbc59d47fa182f0061 (diff)
cpu: remove support for deprecated sysctl.h header
It is not present with new glibc versions.
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index ffd98d8..da1df56 100644
--- a/config.h
+++ b/config.h
@@ -6,7 +6,6 @@
#define ARCH_X86_64 1
#define ARCH_X86 1
#define HAVE_SCHED_GETAFFINITY 1
-#define HAVE_SYSCTL 1
#define HAVE_OPENCL 0
#define TD_VERIFY 0
#define TD_POLAR 1