Hi, On Mon, Mar 31, 2003 at 05:31:51PM +0200, Julien BLACHE wrote: > "Franz Bakan" <[email protected]> wrote: > > Hi, > > > 1. saned: > > saned.c:60:22: sys/poll.h: No such file or directory > > > > If I remove this include saned compiles. > > Should be included only if saned uses AF-indep code, patch attached.
Thanks, it's in CVS now. Let's hope that OS/2 doesn't have getaddrinfo and getnameinfo. Maybe it's better to check for the poll.h header in configure explicitely and add an additional #ifdef HAVE_POLL_H around it? Bye, Henning
