On Tue, Dec 19, 2000 at 11:33:09AM -0700, Jeff Collins wrote:
> My current workaround involves patching the headers with macros that wrap
> the offending code.  I also take advantage of some of the #defines (eg.,
> __stdarg_h, __stdio_h) to exclude code.  This solution is quite cumbersome
> and requires others interested in my development project to patch their
> sdk-3.5 head files.

What about the non-invasive workaround?

        #include <sys_socket.h>
        #undef abort
        /* etc */

There's a fuller answer on tools-forum, to which this seems better suited.
Maybe we could discuss it further there?

    John  "crossposting between mailing lists considered harmful"
_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix

Reply via email to