Changed BIP debug from define to variable since we are using a lib. Affects Win32 and Linux.

This commit is contained in:
skarg
2007-10-25 02:13:02 +00:00
parent 69ed8a16c5
commit cf3f881f7a
5 changed files with 39 additions and 36 deletions
+2
View File
@@ -47,6 +47,8 @@
#define BVLL_TYPE_BACNET_IP (0x81)
extern bool BIP_Debug;
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
-3
View File
@@ -12,9 +12,6 @@
/* optional debug info for BACnet/IP datalink layers */
#if defined(BACDL_BIP)
#if !defined(BIP_DEBUG)
#define BIP_DEBUG 1
#endif
#if !defined(USE_INADDR)
#define USE_INADDR 1
#endif