You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by sameer <sa...@c2.net> on 1997/06/13 21:47:10 UTC

BIND 8.1

	In order to make apache use the vendor inet_ntoa, rather than
the BIND 8 inet_ntoa, one needs to add an #undef inet_ntoa, correct?
Where would one do that?

-- 
Sameer Parekh					Voice:   510-986-8770
President					FAX:     510-986-8777
C2Net
http://www.c2.net/				sameer@c2.net

Re: BIND 8.1

Posted by Marc Slemko <ma...@worldgate.com>.
By default, 8.1 installs in /usr/local/include and /usr/local/lib without
touching the existing files in /usr/lib and /usr/include.  Getting your
compiler to prefer /usr/lib and /usr/include of /usr/local/* should do it. 

On Fri, 13 Jun 1997, sameer wrote:

> 	In order to make apache use the vendor inet_ntoa, rather than
> the BIND 8 inet_ntoa, one needs to add an #undef inet_ntoa, correct?
> Where would one do that?
> 
> -- 
> Sameer Parekh					Voice:   510-986-8770
> President					FAX:     510-986-8777
> C2Net
> http://www.c2.net/				sameer@c2.net
>