isdnfax/include/ifax/modules/debug.h

15 lines
317 B
C

/* $Id$
*
* Debug module.
*
* Copyright (C) 1998 Andreas Beck [becka@ggi-project.org]
*/
#define DEBUG_METHOD_STDOUT 0
#define DEBUG_METHOD_STDERR 1
#define DEBUG_FORMAT_SIGNED16BIT 0
#define DEBUG_FORMAT_16BIT_HEX 1
#define DEBUG_FORMAT_PACKED_BINARY 2
#define DEBUG_FORMAT_CONFIDENCE 3