]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: drop unused <sys/syslimits.h> header
authorEric Blake <eblake@redhat.com>
Mon, 16 May 2011 19:27:42 +0000 (13:27 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 17 May 2011 15:34:11 +0000 (09:34 -0600)
commitd4982b86d20f26ffa96cfb2a07b8ee51b3db7a65
tree208a1501724759d40d7a346e76a476fe691f8c7c
parent00e74007cb959399a1cfaefb967827e59d961609
build: drop unused <sys/syslimits.h> header

<sys/syslimits.h> is not standardized, so portable programs should
not need to rely on it.  If there really is something that we need
where <sys/syslimits.h> provided the limit but <limits.h> did not,
then that would be a candidate for fixing in gnulib.  But this patch
did not turn up any compilation failures on Linux.

* src/internal.h (includes): Drop unused header.
* daemon/libvirtd.h (includes): Likewise.
* configure.ac (AC_CHECK_HEADERS): Likewise.
Based on a report by Matthias Bolte.
configure.ac
daemon/libvirtd.h
src/internal.h