From 2dc559bf3e881d3919a812b0429e74f715367fd2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 21 Jan 2005 15:29:55 +0000 Subject: [PATCH] s/HAVE_AUTHENTICATE/HAVE_AIXAUTH/g --- auth/sudo_auth.h | 2 +- config.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/sudo_auth.h b/auth/sudo_auth.h index 0bb1f8b66..c33cfe740 100644 --- a/auth/sudo_auth.h +++ b/auth/sudo_auth.h @@ -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) diff --git a/config.h.in b/config.h.in index 796b7e727..2e0ef5c97 100644 --- a/config.h.in +++ b/config.h.in @@ -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 -- 2.40.0