> > 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