summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 15:07:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 15:07:05 (GMT)
commitedd3934b326705a8664319d0e89024ac597650b5 (patch)
tree30507ed4498cb3171b185b5206c5ea0c35d9925d /unix/tclConfig.h.in
parentf4a4df7a48aa99e2efb5eec43143749c210ea761 (diff)
parent00702159337bc65945b09c3a6e334dc011841c52 (diff)
downloadtcl-edd3934b326705a8664319d0e89024ac597650b5.zip
tcl-edd3934b326705a8664319d0e89024ac597650b5.tar.gz
tcl-edd3934b326705a8664319d0e89024ac597650b5.tar.bz2
Merge 8.6. Put vfork check a little bit earlier in unix/tcl.m4. Re-generate unix/configure with (modified) autoconf-2.59
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 6d559d1..486d8d9 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -174,6 +174,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
+
/* Define to 1 if you have the `pthread_atfork' function. */
#undef HAVE_PTHREAD_ATFORK
@@ -447,9 +450,6 @@
/* Do we want to use the threaded memory allocator? */
#undef USE_THREAD_ALLOC
-/* Should we use vfork() instead of fork()? */
-#undef USE_VFORK
-
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN