Home | History | Annotate | Line # | Download | only in include
port_before.h revision 1.1
      1  1.1  christos #include <sys/cdefs.h>
      2  1.1  christos #define NEED_PSELECT
      3  1.1  christos #define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b)))
      4  1.1  christos #define ISC_SOCKLEN_T	socklen_t
      5  1.1  christos #define DE_CONST(c,v)	v = ((c) ? \
      6  1.1  christos 	strchr((const void *)(c), *(const char *)(const void *)(c)) : NULL)
      7  1.1  christos #ifndef lint
      8  1.1  christos #define UNUSED(a)	(void)&a
      9  1.1  christos #else
     10  1.1  christos #define UNUSED(a)	a = a
     11  1.1  christos #endif
     12