summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-12-16 15:18:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-12-16 15:18:19 (GMT)
commitb82707b4a1091612f7895daad495f05fd5636916 (patch)
tree640bafd6e8ee6f47f5da4db6516a9d322f5cdb2e /unix/configure
parent0846deb77097f5222e35b88d2056f7c066548af4 (diff)
parent2031d40f819aee5bbd3c5b550228204ff2897e0c (diff)
downloadtcl-b82707b4a1091612f7895daad495f05fd5636916.zip
tcl-b82707b4a1091612f7895daad495f05fd5636916.tar.gz
tcl-b82707b4a1091612f7895daad495f05fd5636916.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure30
1 files changed, 30 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index 3d24f28..26126b9 100755
--- a/unix/configure
+++ b/unix/configure
@@ -8238,6 +8238,36 @@ printf "%s\n" "#define NO_WAIT3 1" >>confdefs.h
fi
+ac_fn_c_check_func "$LINENO" "fork" "ac_cv_func_fork"
+if test "x$ac_cv_func_fork" = xyes
+then :
+
+else $as_nop
+
+printf "%s\n" "#define NO_FORK 1" >>confdefs.h
+
+fi
+
+ac_fn_c_check_func "$LINENO" "mknod" "ac_cv_func_mknod"
+if test "x$ac_cv_func_mknod" = xyes
+then :
+
+else $as_nop
+
+printf "%s\n" "#define NO_MKNOD 1" >>confdefs.h
+
+fi
+
+ac_fn_c_check_func "$LINENO" "tcdrain" "ac_cv_func_tcdrain"
+if test "x$ac_cv_func_tcdrain" = xyes
+then :
+
+else $as_nop
+
+printf "%s\n" "#define NO_TCDRAIN 1" >>confdefs.h
+
+fi
+
ac_fn_c_check_func "$LINENO" "uname" "ac_cv_func_uname"
if test "x$ac_cv_func_uname" = xyes
then :