--- portab.h 2002/12/14 09:39:42 1.26.2.3 +++ portab.h 2002/11/26 23:50:57 1.39 @@ -52,7 +52,7 @@ * exception also makes it possible to release a modified version which * carries forward this exception. * - * $Id: portab.h,v 1.26.2.3 2002/12/14 09:39:42 suxen_drol Exp $ + * $Id: portab.h,v 1.39 2002/11/26 23:50:57 edgomez Exp $ * ****************************************************************************/ @@ -71,15 +71,10 @@ #define DPRINTF_MB 0x00000010 #define DPRINTF_COEFF 0x00000020 #define DPRINTF_MV 0x00000040 -#define DPRINTF_RC 0x00000080 #define DPRINTF_DEBUG 0x80000000 /* debug level for this library */ -#ifdef _DEBUG -#define DPRINTF_LEVEL (DPRINTF_RC|0x0000000f) -#else -#define DPRINTF_LEVEL DPRINTF_RC -#endif +#define DPRINTF_LEVEL 0 /* Buffer size for non C99 compliant compilers (msvc) */ #define DPRINTF_BUF_SZ 1024