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 9bfb9b6c9..d0897d6b6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.166 2003/09/16 01:52:19 dtucker Exp $ */ 1/* $Id: acconfig.h,v 1.167 2003/09/19 11:25:24 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.
@@ -89,6 +89,9 @@
89/* Define if you have the getuserattr function. */ 89/* Define if you have the getuserattr function. */
90#undef HAVE_GETUSERATTR 90#undef HAVE_GETUSERATTR
91 91
92/* Define if you have the basename function. */
93#undef HAVE_BASENAME
94
92/* Work around problematic Linux PAM modules handling of PAM_TTY */ 95/* Work around problematic Linux PAM modules handling of PAM_TTY */
93#undef PAM_TTY_KLUDGE 96#undef PAM_TTY_KLUDGE
94 97