[sudo-commits] sudo changeset 14301:9f1f9d365f60

Todd C. Miller Todd.Miller at sudo.ws
Fri Nov 11 07:11:22 MST 2022


changeset:	14301:9f1f9d365f60 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9f1f9d365f60
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Nov 11 07:05:26 2022 -0700

Log Message:
	configure: avoid running unnecessary tests on modern systems.
	Remove AC_SYS_POSIX_TERMIOS, AC_TYPE_MODE_T, AC_TYPE_UID_T.
	Add missing checks for int16_t, uint16_t, int32_t, and int64_t.
	Only check for intmax_t, uintmax_t and bit-width types if missing
	both inttypes.h and stdint.h.
	Remove unused clockid_t replacement.

diffstat:

 config.h.in  |   21 +-
 configure    |  390 ++++++++++++++++++----------------------------------------
 configure.ac |   28 +--
 3 files changed, 146 insertions(+), 293 deletions(-)



More information about the sudo-commits mailing list