/[lwip]/lwip/src/include/lwip/opt.h
ViewVC logotype

Diff of /lwip/src/include/lwip/opt.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by davidhaas, Mon Mar 17 16:59:22 2003 UTC revision 1.10 by jani, Wed Mar 19 12:37:46 2003 UTC
# Line 297  a lot of data that needs to be copied, t Line 297  a lot of data that needs to be copied, t
297  #endif  #endif
298    
299  /* ---------- Statistics options ---------- */  /* ---------- Statistics options ---------- */
300  #define STATS  #ifndef LWIP_STATS
301    #define LWIP_STATS      1
302    #endif
303    
304    #if LWIP_STATS
305    
 #ifdef STATS  
306  #define LINK_STATS  #define LINK_STATS
307  #define IP_STATS  #define IP_STATS
308  #define ICMP_STATS  #define ICMP_STATS
# Line 309  a lot of data that needs to be copied, t Line 312  a lot of data that needs to be copied, t
312  #define MEMP_STATS  #define MEMP_STATS
313  #define PBUF_STATS  #define PBUF_STATS
314  #define SYS_STATS  #define SYS_STATS
315  #endif /* STATS */  
316    #endif /* LWIP_STATS */
317    
318  /* Debugging options all default to off */  /* Debugging options all default to off */
319    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26