summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-24 11:13:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-24 11:13:58 (GMT)
commit399309020d7f8caf7b710a6a41601159cdc32e30 (patch)
treed057fc8c94b4680c01d3b31e85be1b69913fff2e /unix/tclConfig.h.in
parent7caf2af1db913adaf775172aaa508e3b98274967 (diff)
parent03b881a299157cbb9681157c7842b5d33a6a2e40 (diff)
downloadtcl-399309020d7f8caf7b710a6a41601159cdc32e30.zip
tcl-399309020d7f8caf7b710a6a41601159cdc32e30.tar.gz
tcl-399309020d7f8caf7b710a6a41601159cdc32e30.tar.bz2
Merge 8.6
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 cd81d4e..904fd8a 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -181,6 +181,9 @@
/* Define to 1 if you have the `OSSpinLockLock' function. */
#undef HAVE_OSSPINLOCKLOCK
+/* Define to 1 if you have the `posix_spawnp' function. */
+#undef HAVE_POSIX_SPAWNP
+
/* Should we use pselect()? */
#undef HAVE_PSELECT
@@ -453,9 +456,6 @@
/* Should we use FIONBIO? */
#undef USE_FIONBIO
-/* Should we use vfork() instead of fork()? */
-#undef USE_VFORK
-
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD