/[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.5 by jani, Mon Feb 24 13:57:39 2003 UTC revision 1.6 by davidhaas, Tue Feb 25 21:46:04 2003 UTC
# Line 49  Line 49 
49  #define SYS_LIGHTWEIGHT_PROT           0  #define SYS_LIGHTWEIGHT_PROT           0
50  #endif  #endif
51    
 #ifndef SYS_ARCH_DECL_PROTECT  
 #define SYS_ARCH_DECL_PROTECT(lock)  
 #endif  
   
 #ifndef SYS_ARCH_PROTECT  
 #define SYS_ARCH_PROTECT(lock)  
 #endif  
   
 #ifndef SYS_ARCH_UNPROTECT  
 #define SYS_ARCH_UNPROTECT(lock)  
 #endif  
   
52  #ifndef NO_SYS  #ifndef NO_SYS
53  #define NO_SYS 0  #define NO_SYS 0
54  #endif  #endif
# Line 298  a lot of data that needs to be copied, t Line 286  a lot of data that needs to be copied, t
286  #endif  #endif
287    
288  #ifndef LWIP_COMPAT_SOCKETS  #ifndef LWIP_COMPAT_SOCKETS
289  #define LWIP_COMPAT_SOCKETS     1  #define LWIP_COMPAT_SOCKETS     1
290  #endif  #endif
291    
292  /* ---------- Statistics options ---------- */  /* ---------- Statistics options ---------- */
# Line 319  a lot of data that needs to be copied, t Line 307  a lot of data that needs to be copied, t
307  /* Debugging options all default to off */  /* Debugging options all default to off */
308    
309  #ifndef DEMO_DEBUG  #ifndef DEMO_DEBUG
310  #define DEMO_DEBUG      DBG_OFF  #define DEMO_DEBUG      DBG_OFF
311  #endif  #endif
312    
313  #ifndef ETHARP_DEBUG  #ifndef ETHARP_DEBUG

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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