Annotation of parser3/src/lib/pcre/config.h, revision 1.3

1.1       misha       1: #ifndef PA_PCRE_CONFIG_H
                      2: #define PA_PCRE_CONFIG_H
                      3: 
                      4: #define HAVE_WINDOWS_H 1
                      5: 
                      6: #define HAVE_MEMMOVE 1
                      7: #define HAVE_STRERROR 1
                      8: #define HAVE__STRTOI64 1
                      9: 
                     10: //#define PCRE_STATIC 1
                     11: 
                     12: #define SUPPORT_UTF8 1
                     13: #define SUPPORT_UCP 1
                     14: /* #undef EBCDIC */
                     15: /* #undef BSR_ANYCRLF */
                     16: /* #undef NO_RECURSE */
                     17: 
                     18: #define HAVE_LONG_LONG 1
                     19: #define HAVE_UNSIGNED_LONG_LONG 1
                     20: 
                     21: #define NEWLINE                        10
                     22: #define POSIX_MALLOC_THRESHOLD 10
                     23: #define LINK_SIZE              2
                     24: #define MATCH_LIMIT            10000000
                     25: #define MATCH_LIMIT_RECURSION  MATCH_LIMIT
                     26: 
                     27: #define MAX_NAME_SIZE  32
                     28: #undef MAX_NAME_COUNT
                     29: #define MAX_NAME_COUNT 10000
                     30: 
                     31: #endif

E-mail: