From 88201485cf9b7b42382a7240c5208ebb404128dc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 17 Jun 1995 22:13:44 +0000 Subject: [PATCH] took out setreuid and setresuid stuff added kerb5 stuff (use kerb4 emulation) --- config.h.in | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/config.h.in b/config.h.in index aa8c50ef5..379fe9d47 100644 --- a/config.h.in +++ b/config.h.in @@ -93,6 +93,14 @@ /* Define if you use Kerberos. */ #undef HAVE_KERB4 +/* Define if you use Kerberos. */ +#undef HAVE_KERB5 + +/* Keberos v5 has v4 compatibility */ +#ifdef HAVE_KERB5 +# define HAVE_KERB4 +#endif /* HAVE_KERB5 */ + /* Define if you use AFS. */ #undef HAVE_AFS @@ -162,12 +170,6 @@ /* 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 -- 2.40.0