search for: __lynx__

Displaying 1 result from an estimated 1 matches for "__lynx__".

Did you mean: __line__
2005 Aug 15
0
OpenSSH LynxOS port
...onal work, please > let me know. Looks mostly reasonable, some comments and questions below. > + AC_DEFINE(LYNXOS_BROKEN_SETVBUF, 1, [LynxOS has broken setvbuf() implementation]) I would prefer this to be generic (ie just BROKEN_SETVBUF, I'll edit it locally). > +#if defined(__Lynx__) > + /* LynxOS defines these in param.h which we do not want to include */ Why don't we want param.h? Having to redefine a bunch of stuff is a bit ugly. > +#include <stdarg.h> Due to the wacky state of system headers out in the world, this has a reasonable chance of breaking so...