Hi,

firstly: 10.3 is still beta, AFAIK.
So, they might wise up.

On Tuesday 19 August 2003 16:38, nucleuz wrote:

> I then did a grep for T_MX and found this in 'nameser8_comap.h'
> When doing
> #include <nameser8_compat.h>

Apparently OSX has imported Bind9 into the main source and decided to do their 
own thing. The official bind9 sourcetree contains:
find . -name "*.h" -print | xargs /usr/local/bin/pcregrep '#define\s+T_MX'
./lib/bind/include/arpa/nameser_compat.h:#define T_MX           ns_t_mx

find . -name "*.h" -print | xargs /usr/local/bin/pcregrep 
'#include\s+.arpa/nameser_compat.h'
./lib/bind/include/arpa/nameser.h:#include <arpa/nameser_compat.h>

ext/standard/dns.c includes arpa/nameser.h if HAVE_ARPA_NAMESER_H is defined. 
Can you check config.h for this?

(By the way: the win32 version tests for HAVE_ARPA_NAMESERV <-- the 'v' here - 
is that a typo?)

--
Melvyn


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to