diff options
author | Dmitry Potapov <potapov.d@gmail.com> | 2022-02-10 16:46:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:39 +0300 |
commit | 7aa4cf700385ff96999c5cc301171ff157974773 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/pcre/pcre_config.h | |
parent | 536101ea75c9ff5df10d01c2f460b1f6e12311b3 (diff) | |
download | ydb-7aa4cf700385ff96999c5cc301171ff157974773.tar.gz |
Restoring authorship annotation for Dmitry Potapov <potapov.d@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/pcre/pcre_config.h')
-rw-r--r-- | contrib/libs/pcre/pcre_config.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/libs/pcre/pcre_config.h b/contrib/libs/pcre/pcre_config.h index a109d5b7d9..622b2ec59b 100644 --- a/contrib/libs/pcre/pcre_config.h +++ b/contrib/libs/pcre/pcre_config.h @@ -89,10 +89,10 @@ sure both macros are undefined; an emulation function will then be used. */ #define HAVE_MEMORY_H 1 /* Define if you have POSIX threads libraries and header files. */ -#define HAVE_PTHREAD 1 +#define HAVE_PTHREAD 1 /* Have PTHREAD_PRIO_INHERIT. */ -#define HAVE_PTHREAD_PRIO_INHERIT 1 +#define HAVE_PTHREAD_PRIO_INHERIT 1 /* Define to 1 if you have the <readline/history.h> header file. */ /* #undef HAVE_READLINE_HISTORY_H */ @@ -293,10 +293,10 @@ sure both macros are undefined; an emulation function will then be used. */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 -#ifdef ARCADIA_PCRE_ENABLE_JIT +#ifdef ARCADIA_PCRE_ENABLE_JIT /* Define to any value to enable support for Just-In-Time compiling. */ -#define SUPPORT_JIT /**/ -#endif +#define SUPPORT_JIT /**/ +#endif /* Define to any value to allow pcregrep to be linked with libbz2, so that it is able to handle .bz2 files. */ @@ -313,18 +313,18 @@ sure both macros are undefined; an emulation function will then be used. */ /* #undef SUPPORT_LIBZ */ /* Define to any value to enable the 16 bit PCRE library. */ -#define SUPPORT_PCRE16 /**/ +#define SUPPORT_PCRE16 /**/ /* Define to any value to enable the 32 bit PCRE library. */ -#define SUPPORT_PCRE32 /**/ +#define SUPPORT_PCRE32 /**/ /* Define to any value to enable the 8 bit PCRE library. */ #define SUPPORT_PCRE8 /**/ -#ifdef ARCADIA_PCRE_ENABLE_JIT +#ifdef ARCADIA_PCRE_ENABLE_JIT /* Define to any value to enable JIT support in pcregrep. */ -#define SUPPORT_PCREGREP_JIT /**/ -#endif +#define SUPPORT_PCREGREP_JIT /**/ +#endif /* Define to any value to enable support for Unicode properties. */ #define SUPPORT_UCP /**/ |