summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-26 08:06:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-26 08:06:52 (GMT)
commitdf1e155f688d17926a6d952abe79ea9ff0474936 (patch)
tree4f5148b75759dbe2870070abb6b0abdfcee23390 /unix/tclConfig.h.in
parent4dd445404be4d6cc1ad17908850b79bf61b62dc7 (diff)
parent862ae1266cd494baaed59be9a1d74b66de7eaa6a (diff)
downloadtcl-df1e155f688d17926a6d952abe79ea9ff0474936.zip
tcl-df1e155f688d17926a6d952abe79ea9ff0474936.tar.gz
tcl-df1e155f688d17926a6d952abe79ea9ff0474936.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index dcc88c6..8500afb 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -181,9 +181,15 @@
/* Define to 1 if you have the `OSSpinLockLock' function. */
#undef HAVE_OSSPINLOCKLOCK
+/* Define to 1 if you have the `posix_spawnattr_setflags' function. */
+#undef HAVE_POSIX_SPAWNATTR_SETFLAGS
+
/* Define to 1 if you have the `posix_spawnp' function. */
#undef HAVE_POSIX_SPAWNP
+/* Define to 1 if you have the `posix_spawn_file_actions_adddup2' function. */
+#undef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
+
/* Should we use pselect()? */
#undef HAVE_PSELECT
@@ -295,6 +301,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the `vfork' function. */
+#undef HAVE_VFORK
+
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID