Combined and simplified FreeBSD hints file
authorAri Johnson <ari@cobramush.org>
Tue, 20 Feb 2007 17:18:48 +0000 (17:18 +0000)
committerAri Johnson <ari@cobramush.org>
Tue, 20 Feb 2007 17:18:48 +0000 (17:18 +0000)
MANIFEST
hints/freebsd.sh
hints/freebsd_5.sh [deleted file]

index 033e5e0947114a705360a7fc5ecf3e1960665335..9220089447a9afe098268f22f2f79b70b765cca2 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -122,7 +122,6 @@ hints/cygwin.sh
 hints/darwin.sh
 hints/dec_osf.sh
 hints/freebsd.sh
-hints/freebsd_5.sh
 hints/hpux-gcc.sh
 hints/hpux.sh
 hints/irix.sh
index cac0bdf3caf76a964c893c98536dd7f6dea5fd6a..ed7a3b8c9ca407f0fa2c3b7345c8e6c161bc7155 100644 (file)
@@ -1,6 +1,6 @@
 usenm=false
 i_malloc='undef'
 i_values='undef'
-ccflags='-I/usr/local/include'
+ccflags='-D_POSIX_C_SOURCE=2 -D__XSI_VISIBLE=1000 -D__BSD_VISIBLE -I/usr/local/include'
 d_attribut=true
-
+d_force_ipv4='define'
diff --git a/hints/freebsd_5.sh b/hints/freebsd_5.sh
deleted file mode 100644 (file)
index ed7a3b8..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-usenm=false
-i_malloc='undef'
-i_values='undef'
-ccflags='-D_POSIX_C_SOURCE=2 -D__XSI_VISIBLE=1000 -D__BSD_VISIBLE -I/usr/local/include'
-d_attribut=true
-d_force_ipv4='define'