diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-16 15:31:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-16 15:31:52 (GMT) |
commit | 8b3ccee931def9d9b51a2d7e6e0c5160f8cfa042 (patch) | |
tree | cfbdfb8ce514c569b58ff318109aa0b65f16d05b /unix/tclConfig.h.in | |
parent | 42eb37a48c8cd471ba8e726f7ed3a3eb106f6903 (diff) | |
parent | 553147da5365bc0f8027e5f2a39dae6224daa5fb (diff) | |
download | tcl-8b3ccee931def9d9b51a2d7e6e0c5160f8cfa042.zip tcl-8b3ccee931def9d9b51a2d7e6e0c5160f8cfa042.tar.gz tcl-8b3ccee931def9d9b51a2d7e6e0c5160f8cfa042.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index aaaa1be..0075804 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -340,6 +340,9 @@ /* Do we have fd_set? */ #undef NO_FD_SET +/* Do we have fork() */ +#undef NO_FORK + /* Do we have fstatfs()? */ #undef NO_FSTATFS @@ -352,6 +355,9 @@ /* Do we have memmove()? */ #undef NO_MEMMOVE +/* Do we have mknod() */ +#undef NO_MKNOD + /* Do we have realpath() */ #undef NO_REALPATH @@ -367,6 +373,9 @@ /* Do we have <sys/wait.h>? */ #undef NO_SYS_WAIT_H +/* Do we have tcdrain() */ +#undef NO_TCDRAIN + /* Do we have uname() */ #undef NO_UNAME |