From 159b83ff18d9e6731e5184f52ee1e6d99b639d7e Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sun, 15 Jul 2001 22:20:43 +0000 Subject: [PATCH] unixware [RT #1496] --- lib/bind/configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/bind/configure.in b/lib/bind/configure.in index 2d854ac834..d1dc69f3f7 100644 --- a/lib/bind/configure.in +++ b/lib/bind/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.66 $) +AC_REVISION($Revision: 1.67 $) AC_INIT(resolv/herror.c) AC_PREREQ(2.13) @@ -1096,6 +1096,9 @@ case "$host" in *-solaris2*) BSD_COMP="#define BSD_COMP 1" PORT_INCLUDE="port/solaris/include";; *-ultrix*) PORT_INCLUDE="port/ultrix/include";; + *-sco-sysv*uw2.0*) PORT_INCLUDE="port/unixware20/include";; + *-sco-sysv*uw2.1.2*) PORT_INCLUDE="port/unixware212/include";; + *-sco-sysv*uw7*) PORT_INCLUDE="port/unixware7/include";; esac AC_SUBST(BSD_COMP) AC_SUBST(SOLARIS_BITTYPES)