summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-05-18 14:42:19 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-05-18 14:42:19 +0000
commita84a8ca78b470ee51884d24c68d48dff973eab28 (patch)
treeb6170918422ee6677ce4318e01ee92cd3e032d4d /src/pcre2.h.in
parente739c751dacbe2bc2c9f0eae5604cd85c43020ec (diff)
downloadpcre2-a84a8ca78b470ee51884d24c68d48dff973eab28.tar.gz
Conversion code update (revised option definitions).
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@789 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2.h.in')
-rw-r--r--src/pcre2.h.in15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/pcre2.h.in b/src/pcre2.h.in
index 2d90888..392dbe8 100644
--- a/src/pcre2.h.in
+++ b/src/pcre2.h.in
@@ -182,12 +182,15 @@ ignored for pcre2_jit_match(). */
/* Options for pcre2_pattern_convert(). */
-#define PCRE2_CONVERT_UTF 0x00000001u
-#define PCRE2_CONVERT_NO_UTF_CHECK 0x00000002u
-#define PCRE2_CONVERT_GLOB_BASIC 0x00000004u
-#define PCRE2_CONVERT_GLOB_BASH 0x00000008u
-#define PCRE2_CONVERT_POSIX_BASIC 0x00000010u
-#define PCRE2_CONVERT_POSIX_EXTENDED 0x00000020u
+#define PCRE2_CONVERT_UTF 0x00000001u
+#define PCRE2_CONVERT_NO_UTF_CHECK 0x00000002u
+#define PCRE2_CONVERT_POSIX_BASIC 0x00000004u
+#define PCRE2_CONVERT_POSIX_EXTENDED 0x00000008u
+#define PCRE2_CONVERT_GLOB 0x00000010u
+#define PCRE2_CONVERT_GLOB_NO_BACKSLASH 0x00000030u
+#define PCRE2_CONVERT_GLOB_NO_WILD_SEPARATOR 0x00000050u
+#define PCRE2_CONVERT_GLOB_NO_STARSTAR 0x00000090u
+#define PCRE2_CONVERT_GLOB_BASIC 0x000000f0u
/* Newline and \R settings, for use in compile contexts. The newline values
must be kept in step with values set in config.h and both sets must all be