summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-19 21:25:23 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-19 21:25:23 +1000
commit4724d96ca8af844c0c5446388e82e728e2b8c55e (patch)
tree9024eb777946de3f714235d56ec27dab0c8b61d9 /acconfig.h
parentc11b1e84204e0ff449e9f3c50b990264a54f8921 (diff)
- (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
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