diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-25 10:35:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-25 10:35:22 (GMT) |
commit | 8733687efc5d3b8d2dd1114b0f5af35c019e9093 (patch) | |
tree | 137a2943317f785028496a7083c8a5f767be9b9d /unix/tclConfig.h.in | |
parent | c1e69b2d6bffd5ec2ca5e44da5fc0754a51b0249 (diff) | |
download | tcl-8733687efc5d3b8d2dd1114b0f5af35c019e9093.zip tcl-8733687efc5d3b8d2dd1114b0f5af35c019e9093.tar.gz tcl-8733687efc5d3b8d2dd1114b0f5af35c019e9093.tar.bz2 |
Add (back) check for vfork()
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 87e3eb9..5a64236 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -279,6 +279,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 |