aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/pcre/pcre_config.h
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.ru>2022-06-30 02:55:23 +0300
committerrobot-contrib <robot-contrib@yandex-team.ru>2022-06-30 02:55:23 +0300
commit38668a308977e333cc5e46effdca46d2f68e1d5a (patch)
treecabf065d799683347a0f221ebc68bcc26960f5b2 /contrib/libs/pcre/pcre_config.h
parent4663401fcbd66b2db83f0e5ee6171eef7bbda40f (diff)
downloadydb-38668a308977e333cc5e46effdca46d2f68e1d5a.tar.gz
Update contrib/libs/pcre to 8.45
ref:a49ad8a731cac10ec9982655e75b696555ebd6e2
Diffstat (limited to 'contrib/libs/pcre/pcre_config.h')
-rw-r--r--contrib/libs/pcre/pcre_config.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/contrib/libs/pcre/pcre_config.h b/contrib/libs/pcre/pcre_config.h
index 622b2ec59b..7c3352964a 100644
--- a/contrib/libs/pcre/pcre_config.h
+++ b/contrib/libs/pcre/pcre_config.h
@@ -85,9 +85,6 @@ sure both macros are undefined; an emulation function will then be used. */
/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
/* Define if you have POSIX threads libraries and header files. */
#define HAVE_PTHREAD 1
@@ -103,6 +100,9 @@ sure both macros are undefined; an emulation function will then be used. */
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
+/* Define to 1 if you have the <stdio.h> header file. */
+#define HAVE_STDIO_H 1
+
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
@@ -221,7 +221,7 @@ sure both macros are undefined; an emulation function will then be used. */
#define PACKAGE_NAME "PCRE"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PCRE 8.44"
+#define PACKAGE_STRING "PCRE 8.45"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pcre"
@@ -230,7 +230,7 @@ sure both macros are undefined; an emulation function will then be used. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "8.44"
+#define PACKAGE_VERSION "8.45"
/* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
parentheses (of any kind) in a pattern. This limits the amount of system
@@ -290,7 +290,9 @@ sure both macros are undefined; an emulation function will then be used. */
your system. */
/* #undef PTHREAD_CREATE_JOINABLE */
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+ required in a freestanding environment). This macro is provided for
+ backward compatibility; new code need not use it. */
#define STDC_HEADERS 1
#ifdef ARCADIA_PCRE_ENABLE_JIT
@@ -339,7 +341,7 @@ sure both macros are undefined; an emulation function will then be used. */
/* #undef SUPPORT_VALGRIND */
/* Version number of package */
-#define VERSION "8.44"
+#define VERSION "8.45"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */