From: Roland McGrath Date: Sun, 5 Feb 1995 23:36:04 +0000 (+0000) Subject: Added #undef HAVE_SYSCONF_OPEN_MAX. X-Git-Tag: 3.72.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2914c705e59a1fb26c940f9eb6ed868693b53661;p=thirdparty%2Fmake.git Added #undef HAVE_SYSCONF_OPEN_MAX. --- diff --git a/acconfig.h b/acconfig.h index e3366488..192dc0f8 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