V_ipsec_debug
? (V_ipsec_debug ? \
#define ipseclog(x) do { if (V_ipsec_debug) log x; } while (0)
#define DPRINTF(x) do { if (V_ipsec_debug) printf x; } while (0)