1 1.2 kleink #include "namespace.h" 2 1.1 christos #include <sys/cdefs.h> 3 1.1 christos #define NEED_PSELECT 4 1.1 christos #define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b))) 5 1.1 christos #define ISC_SOCKLEN_T socklen_t 6 1.1 christos #define DE_CONST(c,v) v = ((c) ? \ 7 1.1 christos strchr((const void *)(c), *(const char *)(const void *)(c)) : NULL) 8 1.1 christos #ifndef lint 9 1.1 christos #define UNUSED(a) (void)&a 10 1.1 christos #else 11 1.1 christos #define UNUSED(a) a = a 12 1.1 christos #endif 13