summaryrefslogtreecommitdiff
path: root/uci.h
diff options
context:
space:
mode:
Diffstat (limited to 'uci.h')
-rw-r--r--uci.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/uci.h b/uci.h
index 29cd07d..674981c 100644
--- a/uci.h
+++ b/uci.h
@@ -15,6 +15,8 @@
#ifndef __LIBUCI_H
#define __LIBUCI_H
+#include "uci_config.h"
+
/*
* you can use these defines to enable debugging behavior for
* apps compiled against libuci:
@@ -24,11 +26,6 @@
*
*/
-#ifdef DEBUG_ALL
-#define UCI_DEBUG
-#define UCI_DEBUG_TYPECAST
-#endif
-
#include <stdbool.h>
#include <setjmp.h>
#include <stdio.h>