NetBSD has <ieeefp.h> but hidden.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 9 Dec 2001 20:31:14 +0000 (20:31 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 9 Dec 2001 20:31:14 +0000 (20:31 +0000)
p4raw-id: //depot/perl@13561

hints/netbsd.sh

index 7bd0a25..ce852ce 100644 (file)
@@ -66,6 +66,9 @@ esac
 # Pre-empt the /usr/bin/perl question of installperl.
 installusrbinperl='n'
 
+# This is there but in machine/ieeefp_h.
+ieeefp_h="define"
+
 # Recognize the NetBSD packages collection.
 # GDBM might be here.
 test -d /usr/pkg/lib     && loclibpth="$loclibpth /usr/pkg/lib"