aboutsummaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index 80d7181..96fbce5 100644
--- a/conf.h
+++ b/conf.h
@@ -25,9 +25,11 @@
printf(name " [%s]\n",__xxx); \
free(__xxx); \
} while (0)
+ #define DPf(...) fprintf(stderr,__VA_ARGS__)
#else
#define DP(x)
#define DPn(n,x,l)
+ #define DPf(...)
#endif
#define NICK "Bee"