summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-08-20 12:48:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-08-20 12:48:30 (GMT)
commit01fbecbaaf77dd7e80ed055550874cf8b4a04c00 (patch)
tree521a362b471330df6d50b874790c4de4dc45b291 /unix/tclConfig.h.in
parentb7d695159389d80f23edaff43638646ab40c2adc (diff)
parent94b338844e5af1659858a5446714c65fcbaecf54 (diff)
downloadtcl-01fbecbaaf77dd7e80ed055550874cf8b4a04c00.zip
tcl-01fbecbaaf77dd7e80ed055550874cf8b4a04c00.tar.gz
tcl-01fbecbaaf77dd7e80ed055550874cf8b4a04c00.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index 6a61bd0..30caa62 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