]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/zwgc/zwgc.h
6164bf205c49b4f2eec0796c204fc4dfe48223e4
[1ts-debian.git] / zephyr / zwgc / zwgc.h
1 /* This file is part of the Project Athena Zephyr Notification System.
2  * It is one of the source files comprising zwgc, the Zephyr WindowGram
3  * client.
4  *
5  *      Created by:     Marc Horowitz <marc@athena.mit.edu>
6  *
7  *      $Id$
8  *
9  *      Copyright (c) 1989 by the Massachusetts Institute of Technology.
10  *      For copying and distribution information, see the file
11  *      "mit-copyright.h".
12  */
13
14
15 #include <zephyr/mit-copyright.h>
16
17 #ifdef DEBUG
18
19 extern int zwgc_debug;
20 #define dprintf(x)     if (zwgc_debug) printf(x)
21 #define dprintf1(x,y)     if (zwgc_debug) printf(x,y)
22
23 #else
24
25 #define dprintf(x)     
26 #define dprintf1(x,y)     
27
28 #endif