]> granicus.if.org Git - sudo/commitdiff
s/HAVE_AUTHENTICATE/HAVE_AIXAUTH/g
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 21 Jan 2005 15:29:55 +0000 (15:29 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 21 Jan 2005 15:29:55 +0000 (15:29 +0000)
auth/sudo_auth.h
config.h.in

index 0bb1f8b6604dfca663bda6091dfc4a9582559a7e..c33cfe740b37f1411f6c52a0b724900b242dcb30 100644 (file)
@@ -96,7 +96,7 @@ int securid_verify __P((struct passwd *pw, char *pass, sudo_auth *auth));
 #  define AUTH_STANDALONE \
        AUTH_ENTRY(0, "sia", \
            NULL, sia_setup, sia_verify, sia_cleanup)
-#elif defined(HAVE_AUTHENTICATE)
+#elif defined(HAVE_AIXAUTH)
 #  define AUTH_STANDALONE \
        AUTH_ENTRY(0, "aixauth", \
            NULL, NULL, aixauth_verify, NULL)
index 796b7e727a8fa47ce8a24890f3ab102f00929443..2e0ef5c978ec9bba09f02e2593622f226ff57f40 100644 (file)
@@ -58,7 +58,7 @@
 #undef HAVE_ASPRINTF
 
 /* Define to 1 if you use AIX general authentication. */
-#undef HAVE_AUTHENTICATE
+#undef HAVE_AIXAUTH
 
 /* Define to 1 if you have the `bigcrypt' function. */
 #undef HAVE_BIGCRYPT