summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index 1acc55d..f5c0e8b 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
@@ -483,9 +492,6 @@
/* Add the _LARGEFILE64_SOURCE flag when building */
#undef _LARGEFILE64_SOURCE
-/* Add the _LARGEFILE_SOURCE64 flag when building */
-#undef _LARGEFILE_SOURCE64
-
/* # needed in sys/socket.h Should OS/390 do the right thing with sockets? */
#undef _OE_SOCKETS