summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-02-05 23:36:04 +0000
committerRoland McGrath <roland@redhat.com>1995-02-05 23:36:04 +0000
commit2914c705e59a1fb26c940f9eb6ed868693b53661 (patch)
treeca691807ecf3fb98a230ec6870a4b2f371fcf9f4
parent3f506aaf9041e890d1a1e71bdaedbc4718b20232 (diff)
downloadgunmake-2914c705e59a1fb26c940f9eb6ed868693b53661.tar.gz
Added #undef HAVE_SYSCONF_OPEN_MAX.
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
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 <sys/wait.h>. */
#undef HAVE_UNION_WAIT
+
+/* Define this if the POSIX.1 call `sysconf (_SC_OPEN_MAX)' works properly. */
+#undef HAVE_SYSCONF_OPEN_MAX