diff options
| author | das <das> | 2006-10-13 04:54:16 (GMT) |
|---|---|---|
| committer | das <das> | 2006-10-13 04:54:16 (GMT) |
| commit | 3ff2c4dac7dae79dea63a3958f699b9e3a39b7c7 (patch) | |
| tree | 2e515d8d08500e6ea7688d44d85de2b244a426d9 /unix/tclConfig.h.in | |
| parent | 7fad20b386099ce01facf9c6049f51b7516e9b32 (diff) | |
| download | tcl-3ff2c4dac7dae79dea63a3958f699b9e3a39b7c7.zip tcl-3ff2c4dac7dae79dea63a3958f699b9e3a39b7c7.tar.gz tcl-3ff2c4dac7dae79dea63a3958f699b9e3a39b7c7.tar.bz2 | |
* unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use
* unix/tcl.m4: pthread_get_stacksize_np() API to get thread stack size.
* unix/configure: autoconf-2.59
* unix/tclConfig.h.in: autoheader-2.59
Diffstat (limited to 'unix/tclConfig.h.in')
| -rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index e08540e..6bfdb61 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -154,6 +154,9 @@ /* Do we want a Linux-like thread-attribute interface? */ #undef HAVE_PTHREAD_GETATTR_NP +/* Define to 1 if you have the `pthread_get_stacksize_np' function. */ +#undef HAVE_PTHREAD_GET_STACKSIZE_NP + /* Does putenv() copy strings or incorporate them by reference? */ #undef HAVE_PUTENV_THAT_COPIES |
