From: Todd C. Miller Date: Mon, 7 Sep 1998 16:42:32 +0000 (+0000) Subject: add HAVE_SET_AUTH_PARAMETERS X-Git-Tag: SUDO_1_5_6~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccb78e265d181e875e38e42ad1dd8193e5810f57;p=sudo add HAVE_SET_AUTH_PARAMETERS --- diff --git a/config.h.in b/config.h.in index 9cd1fbe97..ab516fc75 100644 --- a/config.h.in +++ b/config.h.in @@ -195,6 +195,9 @@ /* Define if you have bigcrypt(3). */ #undef HAVE_BIGCRYPT +/* Define if you have set_auth_parameters(3). */ +#undef HAVE_SET_AUTH_PARAMETERS + /* Define if you have seteuid(3). */ #undef HAVE_SETEUID