From 4f8e66929b592825856df3625f5de7922f826020 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 14 Jul 2001 13:22:53 +1000 Subject: - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension. --- acconfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 8faae40e2..78c48f1c2 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.112 2001/06/22 21:14:19 stevesk Exp $ */ +/* $Id: acconfig.h,v 1.113 2001/07/14 03:22:53 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -320,6 +320,9 @@ /* Define in your struct dirent expects you to allocate extra space for d_name */ #undef BROKEN_ONE_BYTE_DIRENT_D_NAME +/* Define if your getopt(3) defines and uses optreset */ +#undef HAVE_GETOPT_OPTRESET + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ -- cgit v1.2.3