diff options
author | Roland McGrath <roland@redhat.com> | 1995-02-05 23:36:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-02-05 23:36:04 +0000 |
commit | 2914c705e59a1fb26c940f9eb6ed868693b53661 (patch) | |
tree | ca691807ecf3fb98a230ec6870a4b2f371fcf9f4 | |
parent | 3f506aaf9041e890d1a1e71bdaedbc4718b20232 (diff) | |
download | gunmake-2914c705e59a1fb26c940f9eb6ed868693b53661.tar.gz |
Added #undef HAVE_SYSCONF_OPEN_MAX.
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |