Hi, On Wed, Feb 13, 2002 at 10:55:25PM +0100, Franz Bakan wrote: [saned] > This breaks linking of saned on OS/2. -> > > saned.o: Undefined symbol _inet_aton referenced from text segment
Oops. Looks like OS/2 has only inet_addr (which is deprecated) but not inet_aton. I changed to inet_pton and made a wrapper in lib/ to use inet_aton or inet_addr if available. There are also new tests for these functions in configure. Please test again. Bye, Henning
