summaryrefslogtreecommitdiffstats
path: root/cgrulesengd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgrulesengd.h')
-rw-r--r--cgrulesengd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgrulesengd.h b/cgrulesengd.h
index 5c5d2a5..f49f79f 100644
--- a/cgrulesengd.h
+++ b/cgrulesengd.h
@@ -30,12 +30,12 @@ __BEGIN_DECLS
#define __USE_GNU
#endif
-/* A simple macro for printing messages only when DEBUG is defined. */
-#ifdef DEBUG
+/* A simple macro for printing messages only when CGROUP_DEBUG is defined. */
+#ifdef CGROUP_DEBUG
#define fdbg(a, b...) fprintf(a, b)
#else
#define fdbg(a, b...) do {} while(0)
-#endif /* DEBUG */
+#endif /* CGROUP_DEBUG */
/* The following ten macros are all for the Netlink code. */
#define SEND_MESSAGE_LEN (NLMSG_LENGTH(sizeof(struct cn_msg) + \