mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:39:59 -04:00
osf 4.0 support
This commit is contained in:
parent
3ef9b0c10f
commit
af898946e4
1 changed files with 4 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.79 $)
|
||||
AC_REVISION($Revision: 1.80 $)
|
||||
|
||||
AC_INIT(resolv/herror.c)
|
||||
AC_PREREQ(2.13)
|
||||
|
|
@ -1440,6 +1440,9 @@ NET_R_RETURN="#define NET_R_RETURN struct netent *"
|
|||
GETNETBYADDR_ADDR_T="#define GETNETBYADDR_ADDR_T long"
|
||||
NETENT_DATA="#undef NETENT_DATA"
|
||||
)
|
||||
case "$host" in
|
||||
*dec-osf*) GETNETBYADDR_ADDR_T="#define GETNETBYADDR_ADDR_T int" ;;
|
||||
esac
|
||||
AC_SUBST(NET_R_ARGS)
|
||||
AC_SUBST(NET_R_BAD)
|
||||
AC_SUBST(NET_R_COPY)
|
||||
|
|
|
|||
Loading…
Reference in a new issue