]> granicus.if.org Git - sudo/commitdiff
HAVE_KERBEROS -> HAVE_KERB4
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 7 Jun 1995 02:32:55 +0000 (02:32 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 7 Jun 1995 02:32:55 +0000 (02:32 +0000)
added HAVE_SETREUID and HAVE_SETRESUID

config.h.in

index fe997382f6c343828877650fc09c6408ec5b7814..aa8c50ef52a9ae346a7ffe411e9b238325748ba2 100644 (file)
@@ -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
 /* 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