Added #undef HAVE_SYSCONF_OPEN_MAX.

This commit is contained in:
Roland McGrath 1995-02-05 23:36:04 +00:00
parent 3f506aaf90
commit 2914c705e5

View file

@ -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