summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-09 21:21:52 +1000
committerDamien Miller <djm@mindrot.org>2000-07-09 21:21:52 +1000
commit4e99720563ae850c5d5a1c86e45ac51173fbef9c (patch)
tree68bac65368e04eb4e72b9aa5ebf782405663aea7 /acconfig.h
parent8e394e7ed51a2fcdd5088e1c8fcc8b5b8033eb85 (diff)
- (djm) Only enable PAM_TTY kludge for Linux. Problem report from
Kevin Steves <stevesk@sweden.hp.com>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index af990565..e11bf5e6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,6 +6,9 @@
@TOP@
+/* Work around problematic Linux PAM modules handling of PAM_TTY */
+#undef PAM_TTY_KLUDGE
+
/* Use PIPES instead of a socketpair() */
#undef USE_PIPES