130 |
overflow caused by enormously large patterns. */ |
overflow caused by enormously large patterns. */ |
131 |
#undef MAX_NAME_SIZE |
#undef MAX_NAME_SIZE |
132 |
|
|
133 |
/* The value of NEWLINE determines the newline character. On Unix-like |
/* The value of NEWLINE determines the newline character sequence. On |
134 |
systems, "configure" can be used to override the default. */ |
Unix-like systems, "configure" can be used to override the default, which |
135 |
|
is 10. The possible values are 10 (LF), 13 (CR), 3338 (CRLF), or -1 (ANY). |
136 |
|
*/ |
137 |
#undef NEWLINE |
#undef NEWLINE |
138 |
|
|
139 |
/* PCRE uses recursive function calls to handle backtracking while matching. |
/* PCRE uses recursive function calls to handle backtracking while matching. |