s/HAVE_AUTHENTICATE/HAVE_AIXAUTH/g

This commit is contained in:
Todd C. Miller
2005-01-21 15:29:55 +00:00
parent 609a615f8a
commit 2dc559bf3e
2 changed files with 2 additions and 2 deletions

View 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)

View 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