@@ -113,6 +113,7 @@ sure both macros are undefined; an emulation function will then be used. */
113
113
#define HAVE_STRERROR 1
114
114
#endif
115
115
116
+
116
117
/* Define to 1 if you have the <strings.h> header file. */
117
118
/* #undef HAVE_STRINGS_H */
118
119
@@ -131,6 +132,9 @@ sure both macros are undefined; an emulation function will then be used. */
131
132
#define HAVE_SYS_TYPES_H 1
132
133
#endif
133
134
135
+ /* Define to 1 if you have the <sys/wait.h> header file. */
136
+ /* #undef HAVE_SYS_WAIT_H */
137
+
134
138
/* Define to 1 if you have the <unistd.h> header file. */
135
139
/* #undef HAVE_UNISTD_H */
136
140
@@ -225,7 +229,7 @@ sure both macros are undefined; an emulation function will then be used. */
225
229
#define PACKAGE_NAME "PCRE2"
226
230
227
231
/* Define to the full name and version of this package. */
228
- #define PACKAGE_STRING "PCRE2 10.21 "
232
+ #define PACKAGE_STRING "PCRE2 10.22 "
229
233
230
234
/* Define to the one symbol short name of this package. */
231
235
#define PACKAGE_TARNAME "pcre2"
@@ -234,7 +238,7 @@ sure both macros are undefined; an emulation function will then be used. */
234
238
#define PACKAGE_URL ""
235
239
236
240
/* Define to the version of this package. */
237
- #define PACKAGE_VERSION "10.21 "
241
+ #define PACKAGE_VERSION "10.22 "
238
242
239
243
/* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
240
244
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. */
297
301
is able to handle .gz files. */
298
302
/* #undef SUPPORT_LIBZ */
299
303
304
+ /* Define to any value to enable callout script support in pcre2grep. */
305
+ /* #undef SUPPORT_PCRE2GREP_CALLOUT */
306
+
300
307
/* Define to any value to enable JIT support in pcre2grep. */
301
308
/* #undef SUPPORT_PCRE2GREP_JIT */
302
309
@@ -323,7 +330,7 @@ sure both macros are undefined; an emulation function will then be used. */
323
330
/* #undef SUPPORT_VALGRIND */
324
331
325
332
/* Version number of package */
326
- #define VERSION "10.21 "
333
+ #define VERSION "10.22 "
327
334
328
335
/* Define to empty if `const' does not conform to ANSI C. */
329
336
/* #undef const */
0 commit comments