summaryrefslogtreecommitdiffstats
path: root/auth.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-10-29 14:38:55 +0000
committerKevin Steves <stevesk@pobox.com>2000-10-29 14:38:55 +0000
commita58e0af1bd608c94314821d050d0c31c1484e490 (patch)
tree10269553b1778d588a6695f25183a7831227aa18 /auth.c
parent95c7b4dd6ebec7fe40de4d51eda1767152d6d900 (diff)
- (stevesk) Fix typo in auth.c: USE_PAM not PAM
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index bc42c96c..d0edab54 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;