Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43877 invoked by uid 1010); 23 Aug 2003 01:24:18 -0000 Received: (qmail 43848 invoked from network); 23 Aug 2003 01:24:17 -0000 Received: from unknown (HELO netphobia.fi) (213.243.181.8) by pb1.pair.com with SMTP; 23 Aug 2003 01:24:17 -0000 Received: from localhost (jani@localhost) by netphobia.fi (8.11.6/8.11.6) with ESMTP id h7N1OLY07582; Sat, 23 Aug 2003 04:24:21 +0300 X-Authentication-Warning: netphobia.fi: jani owned process doing -bs Date: Sat, 23 Aug 2003 04:24:20 +0300 (EEST) Sender: jani@netphobia.fi Reply-To: Jani Taskinen To: Melvyn Sopacua cc: internals@lists.php.net In-Reply-To: <200308230024.10873.msopacua@php.net> Message-ID: References: <200308230024.10873.msopacua@php.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Compile fails on OSX 10.3 From: sniper@iki.fi (Jani Taskinen) On Sat, 23 Aug 2003, Melvyn Sopacua wrote: >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?) -----------8<-------------:dns.c #if HAVE_ARPA_NAMESERV_H #include "arpa/nameser.h" #endif ----------->8-------------:dns.c Yes, I would guess it's a typo. :) --Jani