From: Todd C. Miller Date: Sun, 25 Oct 1998 20:21:47 +0000 (+0000) Subject: add HAVE_DISPCRYPT X-Git-Tag: SUDO_1_5_7~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a402de123f8c382863ba51923469d63fc065afcd;p=sudo add HAVE_DISPCRYPT --- diff --git a/config.h.in b/config.h.in index 9689b1e22..cc4a752c2 100644 --- a/config.h.in +++ b/config.h.in @@ -240,6 +240,9 @@ /* Define if you have initprivs(3). */ #undef HAVE_INITPRIVS +/* Define if you have dispcrypt(3). */ +#undef HAVE_DISPCRYPT + /* Define if you have getspnam(3). [SVR4-style shadow passwords] */ #undef HAVE_GETSPNAM