IRIX cleanup.

mouring mouring at etoh.eviladmin.org
Mon Feb 18 05:49:55 EST 2002


On AIX I can do #ifdef ddd

On Sun, 17 Feb 2002, Michael Stone wrote:

> On Fri, Feb 15, 2002 at 01:27:21PM -0600, mouring wrote:
> > Also if someone could give me the hint for the right compiler magic
> > to wrap the code in instead of what I'm doing now.  I'd be thankful.
>
> Could you rephrase that, I'm having trouble parsing...
>

I need the preprocessing define that the gcc/cc compiler sets for IRIX.

So I can do something like:

#ifdef _IRIX
[..]
#endif /* _IRIX */

instead of the #ifdef mess I have now.

- Ben





More information about the openssh-unix-dev mailing list