]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
checkpoint
authorMark Andrews <marka@isc.org>
Mon, 2 Apr 2001 05:57:11 +0000 (05:57 +0000)
committerMark Andrews <marka@isc.org>
Mon, 2 Apr 2001 05:57:11 +0000 (05:57 +0000)
lib/bind/configure.in

index 268b2749f95f8288641540777fd5bf4945a18f08..ace40e672b680387730c982665b32451eff46b50 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.3 $)
+AC_REVISION($Revision: 1.4 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
@@ -1119,6 +1119,7 @@ case "$host" in
        *-openbsd*)     have_minimum_ifreq=yes;;
        *-rhapsody*)    have_minimum_ifreq=yes;;
 esac
+
 case "$have_minimum_ifreq" in
        yes)
                HAVE_MINIMUM_IFREQ="#define HAVE_MINIMUM_IFREQ 1";;
@@ -1128,6 +1129,23 @@ case "$have_minimum_ifreq" in
                HAVE_MINIMUM_IFREQ="#undef HAVE_MINIMUM_IFREQ";;
 esac
 AC_SUBST(HAVE_MINIMUM_IFREQ)
+
+# PORT_INCLUDE
+PORT_INCLUDE=
+SOLARIS_BITTYPES=
+case "$host" in
+       *-bsdi2*)       PORT_INCLUDE="-I\${top_builddir}/port/bsdos2";;
+       *-bsdi*)        PORT_INCLUDE="-I\${top_builddir}/port/bsdos";;
+       *-solaris2.[012345]*)
+                       SOLARIS_BITTYPES="#define NEED_SOLARIS_BITTYPES 1";
+                       PORT_INCLUDE="-I\${top_builddir}/port/solaris";;
+       *-solaris2*)    PORT_INCLUDE="-I\${top_builddir}/port/solaris";;
+       *-freebsd*)     PORT_INCLUDE="-I\${top_builddir}/port/freebsd";;
+esac
+AC_SUBST(SOLARIS_BITTYPES)
+AC_SUBST(PORT_INCLUDE)
+
+
 #
 # Look for a 4.4BSD or 4.3BSD struct msghdr
 #