From c05419204a477060c97bc9991114b62ee2324c8f Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 16 Dec 2022 15:26:40 +0000 Subject: Update tclConfig.h.in --- unix/tclConfig.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index c8d4e0c..0b7ed35 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -309,6 +309,9 @@ /* Do we have ? */ #undef NO_FLOAT_H +/* Do we have fork() */ +#undef NO_FORK + /* Do we have fstatfs()? */ #undef NO_FSTATFS @@ -324,6 +327,9 @@ /* Do we have memmove()? */ #undef NO_MEMMOVE +/* Do we have mknod() */ +#undef NO_MKNOD + /* Do we have realpath() */ #undef NO_REALPATH @@ -339,6 +345,9 @@ /* Do we have ? */ #undef NO_SYS_WAIT_H +/* Do we have tcdrain() */ +#undef NO_TCDRAIN + /* Do we have uname() */ #undef NO_UNAME -- cgit v0.12