summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-01-04 13:07:27 +0000
committerColin Watson <cjwatson@debian.org>2005-01-04 13:07:27 +0000
commitfd0f611b70a83d80fe8793af785542ee5541b7cd (patch)
treebededd22bb7eeec52e20083237ab7e4113445a16 /acconfig.h
parentc44fe9a5b9d3db96a7249b04d915f17e4a3a3b04 (diff)
parentebd2ce335af5861020c79fddb1ae35c03bf036cf (diff)
Merge 3.9p1 to the trunk.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index f14353519..014413505 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.177 2004/04/15 23:22:40 dtucker 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
@@ -434,6 +437,12 @@
434/* Define if cmsg_type is not passed correctly */ 437/* Define if cmsg_type is not passed correctly */
435#undef BROKEN_CMSG_TYPE 438#undef BROKEN_CMSG_TYPE
436 439
440/*
441 * Define to whatever link() returns for "not supported" if it doesn't
442 * return EOPNOTSUPP.
443 */
444#undef LINK_OPNOTSUPP_ERRNO
445
437/* Strings used in /etc/passwd to denote locked account */ 446/* Strings used in /etc/passwd to denote locked account */
438#undef LOCKED_PASSWD_STRING 447#undef LOCKED_PASSWD_STRING
439#undef LOCKED_PASSWD_PREFIX 448#undef LOCKED_PASSWD_PREFIX
@@ -448,6 +457,9 @@
448/* Define if your resolver libs need this for getrrsetbyname */ 457/* Define if your resolver libs need this for getrrsetbyname */
449#undef BIND_8_COMPAT 458#undef BIND_8_COMPAT
450 459
460/* Define if you have /proc/$pid/fd */
461#undef HAVE_PROC_PID
462
451@BOTTOM@ 463@BOTTOM@
452 464
453/* ******************* Shouldn't need to edit below this line ************** */ 465/* ******************* Shouldn't need to edit below this line ************** */