Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / csa / debug.h
1 /* $XConsortium: debug.h /main/1 1996/04/21 19:23:07 drk $ */
2 /*
3  *  (c) Copyright 1993, 1994 Hewlett-Packard Company
4  *  (c) Copyright 1993, 1994 International Business Machines Corp.
5  *  (c) Copyright 1993, 1994 Novell, Inc.
6  *  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
7  */
8
9 #ifndef _DEBUG_H
10 #define _DEBUG_H
11
12 #include "ansi_c.h"
13
14 #ifdef CM_DEBUG
15 #define DP(a)   { printf a ; }
16 #else
17 #define DP(a)
18 #endif /* CM_DEBUG */
19
20 extern void             _DtCm_print_tick                P((long));
21
22 extern void             _DtCm_print_errmsg              P((const char *));
23
24 #endif /* _DEBUG_H */