On Sun, Oct 29, 2006 at 11:39:05AM -0600, Albert Chin wrote: ... > I presume setting _XOPEN_SOURCE_EXTENDED=1 in macros/neon.m4 is > required to get at the h_errno definition on HP-UX 10.20 > (_XOPEN_SOURCE_EXTENDED doesn't seem to be needed for 11.x). However, > in macros/neon.m4 and src/ne_socket.c, you already compensate for a > lack of the h_errno declaration. But, with autoconf 2.59+, > HAVE_DECL_H_ERRNO is set to either 0 or 1. So, the > !defined(HAVE_DECL_H_ERRNO) needs to be set to !HAVE_DECL_H_ERRNO. So, > I just removed setting _XOPEN_SOURCE_EXTENDED.
Ah, great! Thanks a lot for tracking this down. Committed in r1098. Thanks for all the test builds too. > On AIX 4.3.3 with the IBM C compiler, trailing commas after the last > enum definition returns an error (src/ne_session.h). Thanks for that too, r1097. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
