(AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Aug 2003 00:09:27 +0000 (00:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Aug 2003 00:09:27 +0000 (00:09 +0000)
commit6012121865d53e1da793cb7f2a50d7bef5b0a3a6
treeca4a84489c29c4e596b98483c337ef3e41b2aa92
parent0d8d67c2b39d734e138b77896a33fe0634123ea9
(AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
to 1MB, so as not to render systems with no stack size limit (e.g.,
linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
Include <unistd.h>.  On some systems,
it is required for the definition of _SC_PAGESIZE.
m4/c-stack.m4