FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 16 Mar 2002 18:29:26 +0000 (18:29 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 16 Mar 2002 18:29:26 +0000 (18:29 +0000)
p4raw-id: //depot/perl@15262

hints/freebsd.sh

index 8b324da..394abb8 100644 (file)
@@ -210,7 +210,13 @@ EOM
                 exit 1
              fi
              ldflags="-pthread $ldflags"
-             ccflags="-D_THREAD_SAFE $ccflags"
+             case "$osvers" in
+             4.5*)     # 4.5 has gethostbyaddr_r but it is
+                       # "Temporary function, not threadsafe"...
+                       d_gethostbyaddr_r="undef"
+                       d_gethostbyaddr_r_proto="undef"
+                       ;;
+             esac
              ;;
 
        esac