- (stevesk) Fix typo in auth.c: USE_PAM not PAM
diff --git a/ChangeLog b/ChangeLog
index 3ba4b62..c13cbe5 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 
    <Philippe.WILLEM@urssaf.fr>
diff --git a/auth.c b/auth.c
index bc42c96..d0edab5 100644
--- a/auth.c
+++ b/auth.c
@@ -80,7 +80,7 @@
 #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;