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 6fe79c4..09ca73a 100644 (file)
 ?H:#$d_msghdr_s HAS_STRUCT_MSGHDR      /**/
 ?H:.
 ?LINT:set d_msghdr_s
-
+: Check for msghdr_s
 echo " "
 echo "Checking to see if your system supports struct msghdr..." >&4
-set d_cmsghdr_s cmsghdr cmsg_len $i_systypes sys/types.h $d_socket sys/socket.h $i_sysuio sys/uio.h
+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."     >&4 ;;
-*)              echo "Nope, it doesn't." >&4 ;;
+"$define")      echo "Yes, it does."   ;;
+*)              echo "No, it doesn't." ;;
 esac