Removed tabs, default LWIP_HAVE_LOOPIF to 0 to slim footprint.

This commit is contained in:
christiaans 2006-03-01 10:41:23 +00:00
parent db76ca248b
commit c55c375b0a

View File

@ -311,7 +311,7 @@ a lot of data that needs to be copied, this should be set high. */
/* Support loop interface (127.0.0.1) */
#ifndef LWIP_HAVE_LOOPIF
#define LWIP_HAVE_LOOPIF 1
#define LWIP_HAVE_LOOPIF 0
#endif
#ifndef LWIP_EVENT_API