Added SIO_FIFO_DEBUG and PPP_DEBUG to make -DDEBUG work with arch/unix/netif/sio.c

This commit is contained in:
adamdunkels 2002-10-23 20:20:29 +00:00
parent faf18b7f9a
commit 05b8bf216c

View File

@ -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