From bd6b1a0237441b0792541d14794430ece91d61c3 Mon Sep 17 00:00:00 2001 From: likewise Date: Mon, 10 Mar 2003 16:08:52 +0000 Subject: [PATCH] DBG_TYPES_ON added (must be overridden in lwipopts.h). --- src/include/lwip/opt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 8227a529..ac8113be 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -306,6 +306,10 @@ a lot of data that needs to be copied, this should be set high. */ /* Debugging options all default to off */ +#ifndef DBG_TYPES_ON +#define DBG_TYPES_ON 0 +#endif + #ifndef DEMO_DEBUG #define DEMO_DEBUG DBG_OFF #endif