diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-24 10:19:52 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-24 10:19:52 (GMT) |
| commit | 03b881a299157cbb9681157c7842b5d33a6a2e40 (patch) | |
| tree | 54c5ee7ab6f7a691708f579d34dd5f1465ceb822 /unix/tclConfig.h.in | |
| parent | 575f580d51fd5cecec6f1910056e647281fc0851 (diff) | |
| parent | 5452282a914145b2db5deb8cacc4f7c00413aab8 (diff) | |
| download | tcl-03b881a299157cbb9681157c7842b5d33a6a2e40.zip tcl-03b881a299157cbb9681157c7842b5d33a6a2e40.tar.gz tcl-03b881a299157cbb9681157c7842b5d33a6a2e40.tar.bz2 | |
Fix [c54e4a1aeb]: High Tcl latencies with fork() in larger systems
Diffstat (limited to 'unix/tclConfig.h.in')
| -rw-r--r-- | unix/tclConfig.h.in | 6 |
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 |
