diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-08-17 16:16:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-08-17 16:16:29 (GMT) |
commit | 5f83d31eceac5d0a48f75293f02725a59168beaf (patch) | |
tree | 088ba5712739eee4f6fd1ff277de958420af7021 /unix/tclConfig.h.in | |
parent | 58502bda0b655dcb2b8e619c1cce4ba99f294aad (diff) | |
download | tcl-5f83d31eceac5d0a48f75293f02725a59168beaf.zip tcl-5f83d31eceac5d0a48f75293f02725a59168beaf.tar.gz tcl-5f83d31eceac5d0a48f75293f02725a59168beaf.tar.bz2 |
tip#511 proposed implementation
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 0bf3c3d..d7f51bf 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -190,6 +190,9 @@ /* Define to 1 if you have the `pthread_attr_setstacksize' function. */ #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE +/* Define to 1 if you have the `pselect' function */ +#undef HAVE_PSELECT + /* Does putenv() copy strings or incorporate them by reference? */ #undef HAVE_PUTENV_THAT_COPIES |