From a58e0af1bd608c94314821d050d0c31c1484e490 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sun, 29 Oct 2000 14:38:55 +0000 Subject: - (stevesk) Fix typo in auth.c: USE_PAM not PAM --- ChangeLog | 3 +++ auth.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3ba4b6248..c13cbe59f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20001029 + - (stevesk) Fix typo in auth.c: USE_PAM not PAM + 20001028 - (djm) fix select hack in serverloop.c from Philippe WILLEM diff --git a/auth.c b/auth.c index bc42c96cb..d0edab54b 100644 --- a/auth.c +++ b/auth.c @@ -80,7 +80,7 @@ allowed_user(struct passwd * pw) #ifdef WITH_AIXAUTHENTICATE char *loginmsg; #endif /* WITH_AIXAUTHENTICATE */ -#if !defined(PAM) && defined(HAVE_SHADOW_H) && \ +#if !defined(USE_PAM) && defined(HAVE_SHADOW_H) && \ !defined(DISABLE_SHADOW) && defined(HAS_SHADOW_EXPIRE) struct spwd *spw; -- cgit v1.2.3