summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-26 16:04:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-26 16:04:48 (GMT)
commitcdd06df9dbc4004de5734dde40d47da74ceb93a6 (patch)
tree3f37ca0f0e55c4e389f3a0255d95c10b39f12813 /unix/tclConfig.h.in
parentb3e1ffc1797fa7eec61848d7a3f9d120afd0b0fe (diff)
parent43b8bf64301dcc8edaad610a7d8a2a21091171be (diff)
downloadtcl-cdd06df9dbc4004de5734dde40d47da74ceb93a6.zip
tcl-cdd06df9dbc4004de5734dde40d47da74ceb93a6.tar.gz
tcl-cdd06df9dbc4004de5734dde40d47da74ceb93a6.tar.bz2
Merge 8.6. Add win/*.in to "make dist"
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index d7f51bf..5c24d40 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -184,15 +184,15 @@
/* Define to 1 if you have the `OSSpinLockLock' function. */
#undef HAVE_OSSPINLOCKLOCK
+/* Should we use pselect()? */
+#undef HAVE_PSELECT
+
/* Define to 1 if you have the `pthread_atfork' function. */
#undef HAVE_PTHREAD_ATFORK
/* 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