]> granicus.if.org Git - sudo/commit
Remove configure checks for dev_t, id_t, ino_t, ptrdiff_t, size_t
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Apr 2016 21:09:46 +0000 (15:09 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Apr 2016 21:09:46 +0000 (15:09 -0600)
commite0f12d81a70c8916cf36d9a444a272a9aea74877
tree83d338bf4da1cc07b315bad3268136e1354cb05c
parentf88da1c1a07fa25a2d4edc8499e579c1dd35e5a9
Remove configure checks for dev_t, id_t, ino_t, ptrdiff_t, size_t
and ssize_t.  These have been specified by either ANSI C or POSIX
for long enough that if the system doesn't support them, it is
unlikely to be able to compile sudo anyway.
config.h.in
configure
configure.ac