/[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.10 by jani, Wed Mar 19 12:37:46 2003 UTC revision 1.11 by jani, Wed Mar 19 15:27:56 2003 UTC
# Line 296  a lot of data that needs to be copied, t Line 296  a lot of data that needs to be copied, t
296  #define LWIP_COMPAT_SOCKETS     1  #define LWIP_COMPAT_SOCKETS     1
297  #endif  #endif
298    
299    
300    #ifndef TCPIP_THREAD_PRIO
301    #define TCPIP_THREAD_PRIO 1
302    #endif
303    
304    #ifndef SLIPIF_THREAD_PRIO
305    #define SLIPIF_THREAD_PRIO 1
306    #endif
307    
308    #ifndef DEFAULT_THREAD_PRIO
309    #define DEFAULT_THREAD_PRIO 1
310    #endif
311  /* ---------- Statistics options ---------- */  /* ---------- Statistics options ---------- */
312  #ifndef LWIP_STATS  #ifndef LWIP_STATS
313  #define LWIP_STATS      1  #define LWIP_STATS      1

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

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