diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-06-24 14:28:23 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-06-24 14:28:23 +0100 |
commit | c0b5ea5901d0ed005bca345e5b2de8a502f6af75 (patch) | |
tree | e8e58fa8b918608c5e3a1a4185914116ca1610bd /src/rest.cpp | |
parent | cf44adfd9f585eced46ef1e9e36fd7bf05b7edef (diff) |
build: Drop redundant `sys/sysctl.h` header check
The `AC_CHECK_HEADERS` macro defines `HAVE_SYS_SYSCTL_H` if the
`sys/sysctl.h` header is found. However, in the source code, this header
is guarded by `HAVE_SYSCTL` and `HAVE_SYSCTL_ARND` macros, which have
their own checks. Since `HAVE_SYS_SYSCTL_H` is not used, we can skip the
`AC_CHECK_HEADERS(... sys/sysctl.h ...)` check.
Diffstat (limited to 'src/rest.cpp')
0 files changed, 0 insertions, 0 deletions