From: Todd C. Miller Date: Wed, 7 Jun 1995 02:32:55 +0000 (+0000) Subject: HAVE_KERBEROS -> HAVE_KERB4 X-Git-Tag: SUDO_1_4_0~386 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71f08751c4ecf6c056433259d489fd156061b86b;p=sudo HAVE_KERBEROS -> HAVE_KERB4 added HAVE_SETREUID and HAVE_SETRESUID --- diff --git a/config.h.in b/config.h.in index fe997382f..aa8c50ef5 100644 --- a/config.h.in +++ b/config.h.in @@ -91,7 +91,7 @@ #undef HAVE_SKEY /* Define if you use Kerberos. */ -#undef HAVE_KERBEROS +#undef HAVE_KERB4 /* Define if you use AFS. */ #undef HAVE_AFS @@ -162,6 +162,12 @@ /* Define if you have tcgetattr(3). */ #undef HAVE_TCGETATTR +/* Define if you have setreuid(2). */ +#undef HAVE_SETREUID + +/* Define if you have setresuid(2). */ +#undef HAVE_SETRESUID + /* Define if you have the header file. */ #undef HAVE_MALLOC_H