From a402de123f8c382863ba51923469d63fc065afcd Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 25 Oct 1998 20:21:47 +0000 Subject: [PATCH] add HAVE_DISPCRYPT --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0