summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-05-26 17:14:36 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-05-26 17:14:36 +0000
commitb7fb2cb1b30ecba2668d22a97b9fc0d4596520a1 (patch)
tree7a29fbd75ba6824e54aacdfb2b58d537c3671623 /src/config.h.in
parent413d1379b94d88bcd6ddfc949e1fba4386e9a05b (diff)
downloadpcre2-b7fb2cb1b30ecba2668d22a97b9fc0d4596520a1.tar.gz
Implement PCRE2_NEWLINE_NUL.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@806 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 54eed73..0ff1ed5 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -179,8 +179,8 @@ sure both macros are undefined; an emulation function will then be used. */
/* The value of NEWLINE_DEFAULT determines the default newline character
sequence. PCRE2 client programs can override this by selecting other values
- at run time. The valid values are 1 (CR), 2 (LF), 3 (CRLF), 4 (ANY), and 5
- (ANYCRLF). */
+ at run time. The valid values are 1 (CR), 2 (LF), 3 (CRLF), 4 (ANY), 5
+ (ANYCRLF), and 6 (NUL). */
#undef NEWLINE_DEFAULT
/* Name of package */