sys/queue.h

Ben Lindstrom mouring at etoh.eviladmin.org
Tue Mar 12 12:55:40 EST 2002


On Mon, 11 Mar 2002, Kevin Steves wrote:

> On Mon, 11 Mar 2002, Ben Lindstrom wrote:
> :It is too late by time it tries to load it in the individual C files
> :for BSD/OS.  It has to be loaded before #include <netinet/in.h> in
> :defines.h or else 4.2 fails.
>
> hmm.  is this a symbol clash or does that include sys/queue.h?
>
> if the latter, is their queue.h #ifdef protected?  i'm thinking of:
>
> defines.h:
>
> #define	_SYS_QUEUE_H_
> #include <netinet/in.h> /* For IPv6 macros */
> #undef _SYS_QUEUE_H_
>
>



More information about the openssh-unix-dev mailing list