This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
formatting nit
[metaconfig.git] / U / perl / d_msghdr_s.U
index be9dd04..09ca73a 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_msghdr_s: Hasstruct i_systypes d_socket i_sysuio Setvar echo n c
+?MAKE:d_msghdr_s: Hasstruct i_systypes d_socket i_sysuio Setvar
 ?MAKE: -pick add $@ %<
 ?S:d_msghdr_s:
 ?S:    This variable conditionally defines the HAS_STRUCT_MSGHDR symbol,
 ?H:#$d_msghdr_s HAS_STRUCT_MSGHDR      /**/
 ?H:.
 ?LINT:set d_msghdr_s
-
+: Check for msghdr_s
 echo " "
-$echo $n "Checking to see if your system supports struct msghdr..." $c >&4
-set d_cmsghdr_s cmsghdr cmsg_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 msghdr..." >&4
+set d_msghdr_s msghdr $i_systypes sys/types.h $d_socket sys/socket.h $i_sysuio sys/uio.h
 eval $hasstruct
 case "$d_msghdr_s" in
-"$define")      echo "Yup, it does."     ;;
-*)              echo "Nope, it doesn't." ;;
+"$define")      echo "Yes, it does."   ;;
+*)              echo "No, it doesn't." ;;
 esac