#ifndef Vx_h
#define Vx_h
/*
* This is the "x" V header.  The Vflg['x'] flag is used by various
* routines  as  a  "miscellaneous"  flag.   We  use  it as a temporary
* expedient to allow jacking up the debug level for  a  small  set  of
* routines,  and  then  remove  the 'x' in all the D*x() messages once
* things are working.
*/
#ifndef V_h
#include "V.h"
#endif

#define V1x DD('x',1)
#define V2x DD('x',2)
#define V3x DD('x',3)
#define V4x DD('x',4)
#define V5x DD('x',5)
#define V6x DD('x',6)
#define V7x DD('x',7)
#define V8x DD('x',8)
#define V9x DD('x',9)

#define P1x DP('x',1)
#define P2x DP('x',2)
#define P3x DP('x',3)
#define P4x DP('x',4)
#define P5x DP('x',5)
#define P6x DP('x',6)
#define P7x DP('x',7)
#define P8x DP('x',8)
#define P9x DP('x',9)

#endif
