]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen:
authorMark Andrews <marka@isc.org>
Thu, 4 Jul 2002 04:06:01 +0000 (04:06 +0000)
committerMark Andrews <marka@isc.org>
Thu, 4 Jul 2002 04:06:01 +0000 (04:06 +0000)
OSF 5.0: recv/send are only avaliable with -D_POSIX_PII_SOCKET or
-D_XOPEN_SOURCE_EXTENDED.

configure

index a8d0e655535bd6a6f50bdeec6ff6e584eace9c78..ebdbf8c3d214908e95d057ab08765f6bd2598461 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.325 .
+# From configure.in Revision: 1.326 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -2692,6 +2692,17 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
+#
+#      OSF 5.0: recv/send are only avaliable with -D_POSIX_PII_SOCKET or
+#      -D_XOPEN_SOURCE_EXTENDED.
+#
+case "$host" in
+       *-dec-osf*)
+               STD_CDEFINES="$STD_CDEFINES -D_POSIX_PII_SOCKET"
+               CPPFLAGS="$CPPFLAGS -D_POSIX_PII_SOCKET"
+               ;;
+esac
+
 
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
@@ -7222,7 +7233,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 case $host in
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 7225 "configure"' > conftest.$ac_ext
+  echo '#line 7236 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -7772,7 +7783,7 @@ chmod -w .
 save_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
 compiler_c_o=no
-if { (eval echo configure:7775: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
+if { (eval echo configure:7786: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
   # The compiler can only warn and ignore the option if not recognized
   # So say no if there are warnings
   if test -s out/conftest.err; then
@@ -9603,7 +9614,7 @@ else
     lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 9606 "configure"
+#line 9617 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -9701,7 +9712,7 @@ else
     lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 9704 "configure"
+#line 9715 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H