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 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