--- code/trunk/doc/html/pcre_config.html 2007/02/24 21:41:34 91
+++ code/trunk/doc/html/pcre_config.html 2007/02/24 21:41:42 93
@@ -38,7 +38,11 @@
PCRE_CONFIG_MATCH_LIMIT Internal resource limit
PCRE_CONFIG_MATCH_LIMIT_RECURSION
Internal recursion depth limit
- PCRE_CONFIG_NEWLINE Value of the newline sequence
+ PCRE_CONFIG_NEWLINE Value of the newline sequence:
+ 13 (0x000d) for CR
+ 10 (0x000a) for LF
+ 3338 (0x0d0a) for CRLF
+ -1 for ANY
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD
Threshold of return slots, above
which malloc() is used by