Re: getaddrinfo function on win2k & XP

2003-07-18 Thread Larry Hall
Same as always. Add the proper prototype and link to the library that defines it. From my documentation, this is available for XP and Windows Server .NET only, if that's of any concern to you. Larry Jérôme DESPATIS wrote: Re getaddrinfo is implemented in win2k and XP, how can i tell cygwin to us

Re: getaddrinfo function on win2k & XP

2003-07-18 Thread Jérôme DESPATIS
Re getaddrinfo is implemented in win2k and XP, how can i tell cygwin to use the getaddrinfo from windows API and not cygwin api ? (which lacks this function) enzo --- Jérôme DESPATIS <[EMAIL PROTECTED]> a écrit : > Re > > I don't have the skills to patch cygwin, however > getaddrinfo.c can be

Re: getaddrinfo function

2003-07-18 Thread Jérôme DESPATIS
Re I don't have the skills to patch cygwin, however getaddrinfo.c can be found in ftp://ftp.linux-ipv6.org/pub/usagi/snap/kit/usagi-linux24-s20030707.tar.bz2 in the directory usagi/usagi/libinet6 getaddrinfo.c needs to patch netdb.h also to add some definitions (the new netdb.h is in the include

Re: getaddrinfo function

2003-07-17 Thread Larry Hall
Jérôme DESPATIS wrote: Hello in the mailing list [EMAIL PROTECTED] archive, i've found some discussions about the function getaddrinfo however, i can't find how to compile my prog using this function. I found no getaddrinfo definition in /usr/include/netdb.h has this function been developped ? No

getaddrinfo function

2003-07-17 Thread Jérôme DESPATIS
Hello in the mailing list [EMAIL PROTECTED] archive, i've found some discussions about the function getaddrinfo however, i can't find how to compile my prog using this function. I found no getaddrinfo definition in /usr/include/netdb.h has this function been developped ? thanks enzo _