summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-12-16 15:26:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-12-16 15:26:40 (GMT)
commitc05419204a477060c97bc9991114b62ee2324c8f (patch)
tree970afd22484336d42db8261b2221917baf4cd9fd /unix/tclConfig.h.in
parent2031d40f819aee5bbd3c5b550228204ff2897e0c (diff)
downloadtcl-c05419204a477060c97bc9991114b62ee2324c8f.zip
tcl-c05419204a477060c97bc9991114b62ee2324c8f.tar.gz
tcl-c05419204a477060c97bc9991114b62ee2324c8f.tar.bz2
Update tclConfig.h.in
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 c8d4e0c..0b7ed35 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -309,6 +309,9 @@
/* Do we have <float.h>? */
#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 <sys/wait.h>? */
#undef NO_SYS_WAIT_H
+/* Do we have tcdrain() */
+#undef NO_TCDRAIN
+
/* Do we have uname() */
#undef NO_UNAME