Home | History | Annotate | Download | only in include
      1 
      2 #ifndef _INCLUDE_PCRE2_H_
      3 #define _INCLUDE_PCRE2_H_
      4 
      5 #define PCRE2_CODE_UNIT_WIDTH 8
      6 
      7 #include "../dist2/src/pcre2.h.generic"
      8 
      9 
     10 #endif // _INCLUDE_PCRE2_H_
     11