diff options
author | dvshkurko <dvshkurko@yandex-team.ru> | 2022-02-10 16:45:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:51 +0300 |
commit | 321ee9bce31ec6e238be26dbcbe539cffa2c3309 (patch) | |
tree | 14407a2757cbf29eb97e266b7f07e851f971000c /contrib/libs/c-ares/ares_config.h | |
parent | 2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (diff) | |
download | ydb-321ee9bce31ec6e238be26dbcbe539cffa2c3309.tar.gz |
Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/c-ares/ares_config.h')
-rw-r--r-- | contrib/libs/c-ares/ares_config.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/libs/c-ares/ares_config.h b/contrib/libs/c-ares/ares_config.h index 6695a6ad21..13b9922074 100644 --- a/contrib/libs/c-ares/ares_config.h +++ b/contrib/libs/c-ares/ares_config.h @@ -122,10 +122,10 @@ #undef HAVE_GETSERVBYPORT_R #endif -#if defined(__ANDROID__) -#undef HAVE_GETSERVBYPORT_R -#endif - +#if defined(__ANDROID__) +#undef HAVE_GETSERVBYPORT_R +#endif + /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 @@ -254,8 +254,8 @@ /* Define to 1 if you have the strcmpi function. */ /* #undef HAVE_STRCMPI */ -/* Potential ares_malloc/ares_free mismatch in ares_strdup.c/ares_strsplit.c. */ -/* #undef HAVE_STRDUP */ +/* Potential ares_malloc/ares_free mismatch in ares_strdup.c/ares_strsplit.c. */ +/* #undef HAVE_STRDUP */ /* Define to 1 if you have the stricmp function. */ /* #undef HAVE_STRICMP */ @@ -370,7 +370,7 @@ #define PACKAGE_NAME "c-ares" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "c-ares 1.15.0" +#define PACKAGE_STRING "c-ares 1.15.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "c-ares" @@ -379,7 +379,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.15.0" +#define PACKAGE_VERSION "1.15.0" /* a suitable file/device to read random data from */ #define RANDOM_FILE "/dev/urandom" @@ -491,7 +491,7 @@ /* #undef USE_BLOCKING_SOCKETS */ /* Version number of package */ -#define VERSION "1.15.0" +#define VERSION "1.15.0" /* Define to avoid automatic inclusion of winsock.h */ /* #undef WIN32_LEAN_AND_MEAN */ |