root/trunk/freewrt/package/apr-util/patches/uri_delim.patch

Revision 1898, 1.0 kB (checked in by austriancoder, 2 years ago)

first try of apr and apr-utils - needed later for subversion package

  • apr-util-0.9.13/uri/uri_delims.h

    old new  
     1/* this file is automatically generated by gen_uri_delims, do not edit */ 
     2static const unsigned char uri_delims[256] = { 
     3    T_NUL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 
     4    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,T_HASH,0,0,0,0, 
     5    0,0,0,0,0,0,0,T_SLASH,0,0,0,0,0,0,0,0,0,0,T_COLON,0, 
     6    0,0,0,T_QUESTION,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 
     7    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 
     8    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 
     9    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 
     10    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 
     11    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 
     12    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 
     13    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 
     14    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 
     15    0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 
     16}; 
Note: See TracBrowser for help on using the browser.