LACP_DPRINTF
#define LACP_DPRINTF(a) if (lacpdebug) lacp_dprintf a
#define LACP_DPRINTF(a) /* nothing */
#define LACP_DPRINTF(a) do { lacp_dprintf a; } while (/*CONSTCOND*/ 0)
#define LACP_DPRINTF(a) __nothing