summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index bb069630d..014413505 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.179 2004/08/15 08:40:59 djm Exp $ */ 1/* $Id: acconfig.h,v 1.180 2004/08/16 13:12:06 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -104,6 +104,9 @@
104/* Work around problematic Linux PAM modules handling of PAM_TTY */ 104/* Work around problematic Linux PAM modules handling of PAM_TTY */
105#undef PAM_TTY_KLUDGE 105#undef PAM_TTY_KLUDGE
106 106
107/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
108#undef SSHPAM_CHAUTHTOK_NEEDS_RUID
109
107/* Use PIPES instead of a socketpair() */ 110/* Use PIPES instead of a socketpair() */
108#undef USE_PIPES 111#undef USE_PIPES
109 112