From 8488d65a9c8b8eb569f5c07ba818d19d8127dbb7 Mon Sep 17 00:00:00 2001 From: tbrennan3 Date: Mon, 12 Sep 2011 18:04:26 +0000 Subject: [PATCH] Fixed the spelling of BBMD_ENABLED, and define it off (0) by default. --- bacnet-stack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/Makefile b/bacnet-stack/Makefile index a7b43674..007fa10a 100644 --- a/bacnet-stack/Makefile +++ b/bacnet-stack/Makefile @@ -26,8 +26,8 @@ BACNET_DEFINES ?= $(MY_BACNET_DEFINES) BACDL_DEFINE?=-DBACDL_BIP=1 # Declare your level of BBMD support -BBMD_DEFINE ?= -#BBMD_DEFINE ?= -DBBMD_ENABLE +BBMD_DEFINE ?=-DBBMD_ENABLED=0 +#BBMD_DEFINE ?= -DBBMD_ENABLED=1 #BBMD_DEFINE ?= -DBBMD_CLIENT_ENABLED # Define WEAK_FUNC for [...somebody help here; I can't find any uses of it]