]> granicus.if.org Git - sudo/commit
Use AC_FUNC_STRNLEN to check for broken strnlen() on AIX.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 17 Jun 2015 23:00:21 +0000 (17:00 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 17 Jun 2015 23:00:21 +0000 (17:00 -0600)
commit4c7a264f1042517ede72fedf6e4743919baf4db0
treec6a26c493b6383ffe1fd945902ebe4dd040857e0
parentf02874fe5ba98edee4f29930f4c212b38808a973
Use AC_FUNC_STRNLEN to check for broken strnlen() on AIX.
This requires that we use AC_USE_SYSTEM_EXTENSIONS so remove
things from OSDEFS that are enabled by AC_USE_SYSTEM_EXTENSIONS.
config.h.in
configure
configure.ac