/[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.15.4.6 by jani, Tue Oct 28 11:44:44 2003 UTC revision 1.15.4.7 by jani, Tue Oct 28 13:36:28 2003 UTC
# Line 216  a lot of data that needs to be copied, t Line 216  a lot of data that needs to be copied, t
216  #define ICMP_TTL                        255  #define ICMP_TTL                        255
217  #endif  #endif
218    
219    /* ---------- RAW options ---------- */
220    
221    #ifndef RAW_TTL
222    #define RAW_TTL                        255
223    #endif
224    
225  /* ---------- DHCP options ---------- */  /* ---------- DHCP options ---------- */
226    
227  #ifndef LWIP_DHCP  #ifndef LWIP_DHCP
# Line 380  a lot of data that needs to be copied, t Line 386  a lot of data that needs to be copied, t
386  #define SYS_STATS       1  #define SYS_STATS       1
387  #endif  #endif
388    
389    #ifndef RAW_STATS
390    #define RAW_STATS       0
391    #endif
392    
393  #else  #else
394    
395  #define LINK_STATS      0  #define LINK_STATS      0
# Line 392  a lot of data that needs to be copied, t Line 402  a lot of data that needs to be copied, t
402  #define MEMP_STATS      0  #define MEMP_STATS      0
403  #define PBUF_STATS      0  #define PBUF_STATS      0
404  #define SYS_STATS       0  #define SYS_STATS       0
405    #define RAW_STATS       0
406    
407  #endif /* LWIP_STATS */  #endif /* LWIP_STATS */
408    

Legend:
Removed from v.1.15.4.6  
changed lines
  Added in v.1.15.4.7

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