This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A is not blank
[metaconfig.git] / U / perl / d_cmsghdr_s.U
index 05483df..9ccff07 100644 (file)
@@ -5,7 +5,7 @@
 ?RCS: You may distribute under the terms of either the GNU General Public
 ?RCS: License or the Artistic License, as specified in the README file.
 ?RCS:
-?MAKE:d_cmsghdr_s: Hasstruct i_systypes d_socket i_sysuio Setvar echo n c
+?MAKE:d_cmsghdr_s: Hasstruct i_systypes d_socket i_sysuio Setvar
 ?MAKE: -pick add $@ %<
 ?S:d_cmsghdr_s:
 ?S:    This variable conditionally defines the HAS_STRUCT_CMSGHDR symbol,
 ?H:#$d_cmsghdr_s HAS_STRUCT_CMSGHDR    /**/
 ?H:.
 ?LINT:set d_cmsghdr_s
-
+: Check for cmsghdr support
 echo " "
-$echo $n "Checking to see if your system supports struct cmsghdr..." $c >&4
-set d_ccmsghdr_s ccmsghdr ccmsg_len $i_systypes sys/types.h $d_socket sys/socket.h $i_sysuio sys/uio.h
+echo "Checking to see if your system supports struct cmsghdr..." >&4
+set d_cmsghdr_s cmsghdr $i_systypes sys/types.h $d_socket sys/socket.h $i_sysuio sys/uio.h
 eval $hasstruct
 case "$d_cmsghdr_s" in
-"$define")      echo "Yup, it does."     >&4 ;;
-*)              echo "Nope, it doesn't." >&4 ;;
+"$define")      echo "Yes, it does."   ;;
+*)              echo "No, it doesn't." ;;
 esac