On Tue, Feb 06, 2007 at 06:55:32AM +1100, NormW wrote: > Good morning All from Au, > Attached (and below) is a _very_ simple patch for your consideration to > add to ne_defs.h. Small in size and zero in impact for other users, it > is the only change needed to the Neon source to build it for the NetWare OS.
Hi Norm - I've reviewed this a couple of times already, the problem remains the same: 1) the "NETWARE" macro is apparently not defined by the Netware system headers not standard compilers 2) the "NETWARE" macro is never defined in the neon buildsystem joe > --- ne_defs.h.orig 2006-10-25 05:40:09.251818000 +1000 > +++ ne_defs.h 2007-02-03 09:42:04.640625000 +1100 > @@ -45,6 +45,11 @@ > #define ssize_t int > #endif > > +/* define time_t for NetWare */ > +#ifdef NETWARE > +#include <time.h> > +#endif > + > #ifdef __GNUC__ > #if __GNUC__ >= 3 > #define ne_attribute_malloc __attribute__((malloc)) _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
