diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-16 15:18:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-16 15:18:19 (GMT) |
commit | b82707b4a1091612f7895daad495f05fd5636916 (patch) | |
tree | 640bafd6e8ee6f47f5da4db6516a9d322f5cdb2e /unix/configure | |
parent | 0846deb77097f5222e35b88d2056f7c066548af4 (diff) | |
parent | 2031d40f819aee5bbd3c5b550228204ff2897e0c (diff) | |
download | tcl-b82707b4a1091612f7895daad495f05fd5636916.zip tcl-b82707b4a1091612f7895daad495f05fd5636916.tar.gz tcl-b82707b4a1091612f7895daad495f05fd5636916.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 30 |
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 : |