INCR
#define INCR(x) ((x)++)
#define INCR(x)
#define INCR(_l, _sz) do { \
#define INCR(x) {(x)++; if ((x) >= MAX_DLREQS) (x) = 0; }
#define INCR(counter) ++comp->stats.counter
#define INCR(counter)