summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-16 11:52:19 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-16 11:52:19 +1000
commite1a790d0d165ff70acb502fbfc72bd55cd2b8fb1 (patch)
tree8d946f4cc2d9b550dfae1543dbc3b817f041e03a /acconfig.h
parent7b6cb5c5ef9ddd12e7cb695357209f1c08a57fc5 (diff)
- (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it (eg Solaris, Reliant Unix). Patch from Robert.Dahlem at siemens.com. ok djm@
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 ea8fcb0b4..9bfb9b6c9 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.165 2003/09/08 21:35:17 tim Exp $ */ 1/* $Id: acconfig.h,v 1.166 2003/09/16 01:52:19 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.
@@ -359,6 +359,9 @@
359/* Define in your struct dirent expects you to allocate extra space for d_name */ 359/* Define in your struct dirent expects you to allocate extra space for d_name */
360#undef BROKEN_ONE_BYTE_DIRENT_D_NAME 360#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
361 361
362/* Define if your system has /etc/default/login */
363#undef HAVE_ETC_DEFAULT_LOGIN
364
362/* Define if your getopt(3) defines and uses optreset */ 365/* Define if your getopt(3) defines and uses optreset */
363#undef HAVE_GETOPT_OPTRESET 366#undef HAVE_GETOPT_OPTRESET
364 367