mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 08:09:02 +00:00
Added #undef HAVE_SYSCONF_OPEN_MAX.
This commit is contained in:
parent
3f506aaf90
commit
2914c705e5
1 changed files with 3 additions and 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
|
||||
|
|
Loading…
Reference in a new issue