From 2914c705e59a1fb26c940f9eb6ed868693b53661 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 5 Feb 1995 23:36:04 +0000 Subject: Added #undef HAVE_SYSCONF_OPEN_MAX. --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index e336648..192dc0f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -12,3 +12,6 @@ /* Define this if you have the `union wait' type in . */ #undef HAVE_UNION_WAIT + +/* Define this if the POSIX.1 call `sysconf (_SC_OPEN_MAX)' works properly. */ +#undef HAVE_SYSCONF_OPEN_MAX -- cgit v1.2.3