Skip to content

Commit 1e1151e

Browse files
committed
Update PCRE2 version to 10.22
1 parent ff219e5 commit 1e1151e

21 files changed

+15653
-12947
lines changed

ProcessHacker/pcre/config.h

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ sure both macros are undefined; an emulation function will then be used. */
113113
#define HAVE_STRERROR 1
114114
#endif
115115

116+
116117
/* Define to 1 if you have the <strings.h> header file. */
117118
/* #undef HAVE_STRINGS_H */
118119

@@ -131,6 +132,9 @@ sure both macros are undefined; an emulation function will then be used. */
131132
#define HAVE_SYS_TYPES_H 1
132133
#endif
133134

135+
/* Define to 1 if you have the <sys/wait.h> header file. */
136+
/* #undef HAVE_SYS_WAIT_H */
137+
134138
/* Define to 1 if you have the <unistd.h> header file. */
135139
/* #undef HAVE_UNISTD_H */
136140

@@ -225,7 +229,7 @@ sure both macros are undefined; an emulation function will then be used. */
225229
#define PACKAGE_NAME "PCRE2"
226230

227231
/* Define to the full name and version of this package. */
228-
#define PACKAGE_STRING "PCRE2 10.21"
232+
#define PACKAGE_STRING "PCRE2 10.22"
229233

230234
/* Define to the one symbol short name of this package. */
231235
#define PACKAGE_TARNAME "pcre2"
@@ -234,7 +238,7 @@ sure both macros are undefined; an emulation function will then be used. */
234238
#define PACKAGE_URL ""
235239

236240
/* Define to the version of this package. */
237-
#define PACKAGE_VERSION "10.21"
241+
#define PACKAGE_VERSION "10.22"
238242

239243
/* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
240244
parentheses (of any kind) in a pattern. This limits the amount of system
@@ -297,6 +301,9 @@ sure both macros are undefined; an emulation function will then be used. */
297301
is able to handle .gz files. */
298302
/* #undef SUPPORT_LIBZ */
299303

304+
/* Define to any value to enable callout script support in pcre2grep. */
305+
/* #undef SUPPORT_PCRE2GREP_CALLOUT */
306+
300307
/* Define to any value to enable JIT support in pcre2grep. */
301308
/* #undef SUPPORT_PCRE2GREP_JIT */
302309

@@ -323,7 +330,7 @@ sure both macros are undefined; an emulation function will then be used. */
323330
/* #undef SUPPORT_VALGRIND */
324331

325332
/* Version number of package */
326-
#define VERSION "10.21"
333+
#define VERSION "10.22"
327334

328335
/* Define to empty if `const' does not conform to ANSI C. */
329336
/* #undef const */

0 commit comments

Comments
 (0)