diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-16 15:31:02 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-16 15:31:02 (GMT) |
| commit | 553147da5365bc0f8027e5f2a39dae6224daa5fb (patch) | |
| tree | d933c9ad628cd517636c1016c219cf46c22ff8fe | |
| parent | b82707b4a1091612f7895daad495f05fd5636916 (diff) | |
| parent | c05419204a477060c97bc9991114b62ee2324c8f (diff) | |
| download | tcl-553147da5365bc0f8027e5f2a39dae6224daa5fb.zip tcl-553147da5365bc0f8027e5f2a39dae6224daa5fb.tar.gz tcl-553147da5365bc0f8027e5f2a39dae6224daa5fb.tar.bz2 | |
Merge 8.6
| -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 1acc55d..1396b69 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 |
