summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2022-08-09 10:17:57 +0000
committerSimon McVittie <smcv@collabora.com>2022-08-10 11:18:20 +0000
commita214ed824d257b5ab3ea81c8286395e65df81423 (patch)
tree5e822a6b8ef35105f05595a9f8b8d989ba495ce9 /configure.ac
parent82f5c966442a455edf0bae4fbc17e35abdf7db5e (diff)
downloaddbus-a214ed824d257b5ab3ea81c8286395e65df81423.tar.gz
dbus-sysdeps-util-unix.c: Avoid including sys/syslimits.h
This header is GCC specific header that on my system just contains `#include_next <limits.h>`. FreeBSD also provides this header but it contains a `#warning` that it should not be used. Replace the one use with `#include <limit.h>` and drop the configure checks.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 238b1ac5..033a1f8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -423,7 +423,6 @@ sys/prctl.h
sys/random.h
sys/resource.h
sys/syscall.h
-sys/syslimits.h
sys/time.h
unistd.h
winsock2.h