#include <xdeb.h>

/* X is on */
#define X(y) y
/* and x is off */
#define x(y) 0

int xfsdeb = (0
	      | x(XDEBDEV)
	      | x(XDEBMSG)
	      | x(XDEBDNLC)
	      | x(XDEBNODE)
	      | X(XDEBVNOPS)
	      | X(XDEBVFOPS)
	      );
