Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
Slaven Rezic [Thu, 21 Mar 2002 10:19:23 +0000 (11:19 +0100)]
Disable gethostbyaddr_r for all 4.x FreeBSD versions.

p4raw-id: //depot/perl@15403

hints/freebsd.sh

index 394abb8..8d6a092 100644 (file)
@@ -211,7 +211,7 @@ EOM
              fi
              ldflags="-pthread $ldflags"
              case "$osvers" in
-             4.5*)     # 4.5 has gethostbyaddr_r but it is
+             4.*)      # 4.x has gethostbyaddr_r but it is
                        # "Temporary function, not threadsafe"...
                        d_gethostbyaddr_r="undef"
                        d_gethostbyaddr_r_proto="undef"