« Return to Thread: Using BSD queue.h for linked lists

Re: Using BSD queue.h for linked lists

by John Hascall :: Rate this Message:

| View in Thread


> > Does this seem like a reasonable direction?
>
> Wouldn't this make including Krb5 headers with the system-level queue.h
> problematic due to double-definition of macros?
>
> -derek

Perhaps I'm not following, but it's protected by:

#ifndef _SYS_QUEUE_H_
#define _SYS_QUEUE_H_
   ...
#endif




John
_______________________________________________
krbdev mailing list             krbdev@...
https://mailman.mit.edu/mailman/listinfo/krbdev

 « Return to Thread: Using BSD queue.h for linked lists