From 406d259cd1faab6de1ee2b817970c9f71d7945a2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 12 Feb 2008 12:43:14 +0100 Subject: add feature flags for the build process, improve automatic rebuild --- uci.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'uci.h') 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 #include #include -- cgit v1.2.1