This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: minires resolv.h problems


On Mon, Jan 26, 2004 at 03:15:43PM +0100, Gerrit P. Haase wrote:
> Hallo Pierre,
> 
> resolv.h is missing this:
> 
> #ifdef __CYGWIN__
> #include <netinet/in.h>
> #endif

Gerrit, 

can you provide more evidence that this is Cygwin specific, given that:
- resolv.h comes from bind 9.2.1
- all man pages I found on the web for the res_xxx functions specify
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>
extern struct state _res;
- Your report looks like
http://mail.gnu.org/archive/html/bug-autoconf/2002-11/msg00043.html
http://mail.gnu.org/archive/html/bug-autoconf/2002-11/msg00044.html

Pierre

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]