Ilya Zakharevich on Thu, 01 Jun 2006 02:29:07 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
[PATCH] config on OS/2 |
It turns out that the code for the stack probe is there, but is not enabled by config. The following patch is needed: --- ./config/paricfg.h.SH-ini Wed Nov 9 10:18:36 2005 +++ ./config/paricfg.h.SH Sun May 28 03:20:02 2006 @@ -175,6 +175,10 @@ case $has_getrlimit in yes) echo '#define STACK_CHECK' >> $file;; esac +case "$osname" in +os2) echo '#define STACK_CHECK' >> $file;; +esac + case $has_vsnprintf in yes) echo '#define HAS_VSNPRINTF' >> $file;; esac Yours, Ilya