From 153bd73ab04a00ef8ec77996468694961169deda Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 19 Oct 1998 18:32:00 +0000 Subject: [PATCH] add HAVE_INITPRIVS --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 8fbc912fa..aabd1ee44 100644 --- a/config.h.in +++ b/config.h.in @@ -237,6 +237,9 @@ /* Define if you have set_auth_parameters(3). */ #undef HAVE_SET_AUTH_PARAMETERS +/* Define if you have initprivs(3). */ +#undef HAVE_INITPRIVS + /* Define if you have getspnam(3). [SVR4-style shadow passwords] */ #undef HAVE_GETSPNAM -- 2.40.0