From 05b8bf216c6293ec2377cb96ff87b3f4f444626e Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 23 Oct 2002 20:20:29 +0000 Subject: [PATCH] Added SIO_FIFO_DEBUG and PPP_DEBUG to make -DDEBUG work with arch/unix/netif/sio.c --- src/include/lwip/debug.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/lwip/debug.h b/src/include/lwip/debug.h index 0a444099..26727626 100644 --- a/src/include/lwip/debug.h +++ b/src/include/lwip/debug.h @@ -51,6 +51,8 @@ #define TUNIF_DEBUG 0 #define UNIXIF_DEBUG 0 #define TAPIF_DEBUG 1 +#define SIO_FIFO_DEBUG 0 +#define PPP_DEBUG 0 #define API_LIB_DEBUG 0 #define API_MSG_DEBUG 0 @@ -99,6 +101,8 @@ #define TUNIF_DEBUG 0 #define UNIXIF_DEBUG 0 #define TAPIF_DEBUG 0 +#define SIO_FIFO_DEBUG 0 +#define PPP_DEBUG 0 #define API_LIB_DEBUG 0 #define API_MSG_DEBUG 0 #define SOCKETS_DEBUG 0