libbb_udhcp.h

Go to the documentation of this file.
00001 /* libbb_udhcp.h - busybox compatability wrapper */
00002 
00003 #ifndef _LIBBB_UDHCP_H
00004 #define _LIBBB_UDHCP_H
00005 
00006 #ifdef BB_VER
00007 #include "libbb.h"
00008 
00009 #ifdef CONFIG_FEATURE_UDHCP_SYSLOG
00010 #define SYSLOG
00011 #endif
00012 
00013 #ifdef CONFIG_FEATURE_UDHCP_DEBUG
00014 #define DEBUG
00015 #endif
00016 
00017 #define COMBINED_BINARY
00018 #define VERSION "0.9.8-pre"
00019 
00020 #else /* ! BB_VER */
00021 
00022 #define TRUE                    1
00023 #define FALSE                   0
00024 
00025 #define xmalloc malloc
00026 
00027 #endif /* BB_VER */
00028 
00029 #endif /* _LIBBB_UDHCP_H */

Generated on Tue Jan 15 12:24:45 2008 for Dynamics 0.8.1.Dynamo.1 by  doxygen 1.5.1