From c69ffaa4a5be4465363cb33c794cd836921a42d3 Mon Sep 17 00:00:00 2001 From: petermcs Date: Thu, 18 Nov 2010 22:20:32 +0000 Subject: [PATCH] Default BAC_ROUTING to 0 if not currently defined to maintain non routing behaviour. --- bacnet-stack/include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/include/config.h b/bacnet-stack/include/config.h index b23c719c..03fb1ead 100644 --- a/bacnet-stack/include/config.h +++ b/bacnet-stack/include/config.h @@ -47,7 +47,7 @@ /* Enable the Gateway (Routing) functionality here, if desired. */ #if !defined(BAC_ROUTING) -#define BAC_ROUTING 1 +#define BAC_ROUTING 0 #endif #if !defined(MAX_NUM_DEVICES) #if BAC_ROUTING