2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

unixware [RT #1496]

This commit is contained in:
Mark Andrews
2001-07-15 22:20:43 +00:00
parent 5c2551db52
commit 159b83ff18

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.66 $) AC_REVISION($Revision: 1.67 $)
AC_INIT(resolv/herror.c) AC_INIT(resolv/herror.c)
AC_PREREQ(2.13) AC_PREREQ(2.13)
@@ -1096,6 +1096,9 @@ case "$host" in
*-solaris2*) BSD_COMP="#define BSD_COMP 1" *-solaris2*) BSD_COMP="#define BSD_COMP 1"
PORT_INCLUDE="port/solaris/include";; PORT_INCLUDE="port/solaris/include";;
*-ultrix*) PORT_INCLUDE="port/ultrix/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 esac
AC_SUBST(BSD_COMP) AC_SUBST(BSD_COMP)
AC_SUBST(SOLARIS_BITTYPES) AC_SUBST(SOLARIS_BITTYPES)