add PPP_DEBUG option and align all options to teh same colums using spaces and no tabs.closes patch #1306 too

This commit is contained in:
jani 2003-05-01 09:36:08 +00:00
parent b031be753a
commit 4c3f44b0d2

View File

@ -319,6 +319,7 @@ a lot of data that needs to be copied, this should be set high. */
#ifndef DEFAULT_THREAD_PRIO #ifndef DEFAULT_THREAD_PRIO
#define DEFAULT_THREAD_PRIO 1 #define DEFAULT_THREAD_PRIO 1
#endif #endif
/* ---------- Statistics options ---------- */ /* ---------- Statistics options ---------- */
#ifndef LWIP_STATS #ifndef LWIP_STATS
#define LWIP_STATS 1 #define LWIP_STATS 1
@ -536,6 +537,10 @@ a lot of data that needs to be copied, this should be set high. */
#define TCPIP_DEBUG DBG_OFF #define TCPIP_DEBUG DBG_OFF
#endif #endif
#ifndef PPP_DEBUG
#define PPP_DEBUG DBG_OFF
#endif
#ifndef SLIP_DEBUG #ifndef SLIP_DEBUG
#define SLIP_DEBUG DBG_OFF #define SLIP_DEBUG DBG_OFF
#endif #endif