summaryrefslogtreecommitdiff
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 af990565c..e11bf5e60 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,6 +6,9 @@
6 6
7@TOP@ 7@TOP@
8 8
9/* Work around problematic Linux PAM modules handling of PAM_TTY */
10#undef PAM_TTY_KLUDGE
11
9/* Use PIPES instead of a socketpair() */ 12/* Use PIPES instead of a socketpair() */
10#undef USE_PIPES 13#undef USE_PIPES
11 14