summaryrefslogtreecommitdiff
path: root/uci.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-02-12 12:43:14 +0100
committerFelix Fietkau <nbd@openwrt.org>2008-02-12 12:43:14 +0100
commit406d259cd1faab6de1ee2b817970c9f71d7945a2 (patch)
treeef44b6e49d916602337722984bd61f2a7728f045 /uci.h
parent68ced4fb649dd492c3f9af7119d00a4a638a32cb (diff)
downloaduci-406d259cd1faab6de1ee2b817970c9f71d7945a2.tar.gz
add feature flags for the build process, improve automatic rebuild
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>