]> granicus.if.org Git - sudo/commitdiff
took out setreuid and setresuid stuff
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 17 Jun 1995 22:13:44 +0000 (22:13 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 17 Jun 1995 22:13:44 +0000 (22:13 +0000)
added kerb5 stuff (use kerb4 emulation)

config.h.in

index aa8c50ef52a9ae346a7ffe411e9b238325748ba2..379fe9d47a564995d8cff9fe7325ac81e8da7765 100644 (file)
 /* 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
 
 /* 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 <malloc.h> header file.  */
 #undef HAVE_MALLOC_H