aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/c-ares
diff options
context:
space:
mode:
authorbulatman <bulatman@yandex-team.ru>2022-02-10 16:45:50 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:50 +0300
commit2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (patch)
tree9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/c-ares
parent6560e4993b14d193f8c879e33a3de5e5eba6e21d (diff)
downloadydb-2f6ca198245aeffd5e2d82b65927c2465b68b4f5.tar.gz
Restoring authorship annotation for <bulatman@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/c-ares')
-rw-r--r--contrib/libs/c-ares/acountry/ya.make8
-rw-r--r--contrib/libs/c-ares/adig/ya.make8
-rw-r--r--contrib/libs/c-ares/ahost/ya.make8
-rw-r--r--contrib/libs/c-ares/config-win32.h12
-rw-r--r--contrib/libs/c-ares/test/ares-test-internal.cc2
-rw-r--r--contrib/libs/c-ares/test/ya.make8
-rw-r--r--contrib/libs/c-ares/ya.make10
7 files changed, 28 insertions, 28 deletions
diff --git a/contrib/libs/c-ares/acountry/ya.make b/contrib/libs/c-ares/acountry/ya.make
index 168161566f..58b533d30c 100644
--- a/contrib/libs/c-ares/acountry/ya.make
+++ b/contrib/libs/c-ares/acountry/ya.make
@@ -16,10 +16,10 @@ ADDINCL(
NO_COMPILER_WARNINGS()
-CFLAGS(
- -DHAVE_CONFIG_H
-)
-
+CFLAGS(
+ -DHAVE_CONFIG_H
+)
+
SRCDIR(contrib/libs/c-ares)
IF (NOT DLL_FOR)
diff --git a/contrib/libs/c-ares/adig/ya.make b/contrib/libs/c-ares/adig/ya.make
index 0d58aa1834..1c8404ebee 100644
--- a/contrib/libs/c-ares/adig/ya.make
+++ b/contrib/libs/c-ares/adig/ya.make
@@ -16,10 +16,10 @@ ADDINCL(
NO_COMPILER_WARNINGS()
-CFLAGS(
- -DHAVE_CONFIG_H
-)
-
+CFLAGS(
+ -DHAVE_CONFIG_H
+)
+
SRCDIR(contrib/libs/c-ares)
IF (NOT DLL_FOR)
diff --git a/contrib/libs/c-ares/ahost/ya.make b/contrib/libs/c-ares/ahost/ya.make
index 7ec79eff39..299e3f211c 100644
--- a/contrib/libs/c-ares/ahost/ya.make
+++ b/contrib/libs/c-ares/ahost/ya.make
@@ -16,10 +16,10 @@ ADDINCL(
NO_COMPILER_WARNINGS()
-CFLAGS(
- -DHAVE_CONFIG_H
-)
-
+CFLAGS(
+ -DHAVE_CONFIG_H
+)
+
SRCDIR(contrib/libs/c-ares)
IF (NOT DLL_FOR)
diff --git a/contrib/libs/c-ares/config-win32.h b/contrib/libs/c-ares/config-win32.h
index 576477e25d..da7eba44d8 100644
--- a/contrib/libs/c-ares/config-win32.h
+++ b/contrib/libs/c-ares/config-win32.h
@@ -72,12 +72,12 @@
#define HAVE_WS2TCPIP_H 1
#endif
-/* Define to 1 if you have the <sys/uio.h> header file. */
-#define HAVE_SYS_UIO_H 1
-
-/* Define to 1 if you have the writev function. */
-#define HAVE_WRITEV 1
-
+/* Define to 1 if you have the <sys/uio.h> header file. */
+#define HAVE_SYS_UIO_H 1
+
+/* Define to 1 if you have the writev function. */
+#define HAVE_WRITEV 1
+
/* ---------------------------------------------------------------- */
/* OTHER HEADER INFO */
/* ---------------------------------------------------------------- */
diff --git a/contrib/libs/c-ares/test/ares-test-internal.cc b/contrib/libs/c-ares/test/ares-test-internal.cc
index 92aad0067e..96d4edece5 100644
--- a/contrib/libs/c-ares/test/ares-test-internal.cc
+++ b/contrib/libs/c-ares/test/ares-test-internal.cc
@@ -578,7 +578,7 @@ const struct ares_socket_functions VirtualizeIO::default_functions = {
#endif
},
[](ares_socket_t s, const struct iovec * vec, int len, void *) {
-#ifndef HAVE_WRITEV
+#ifndef HAVE_WRITEV
return ares_writev(s, vec, len);
#else
return :: writev(s, vec, len);
diff --git a/contrib/libs/c-ares/test/ya.make b/contrib/libs/c-ares/test/ya.make
index f2b421e92b..ef42eab230 100644
--- a/contrib/libs/c-ares/test/ya.make
+++ b/contrib/libs/c-ares/test/ya.make
@@ -23,10 +23,10 @@ ADDINCL(
NO_COMPILER_WARNINGS()
-CFLAGS(
- -DHAVE_CONFIG_H
-)
-
+CFLAGS(
+ -DHAVE_CONFIG_H
+)
+
IF (NOT DLL_FOR)
CFLAGS(
-DCARES_STATICLIB
diff --git a/contrib/libs/c-ares/ya.make b/contrib/libs/c-ares/ya.make
index fd6d1a87ea..bd35762e44 100644
--- a/contrib/libs/c-ares/ya.make
+++ b/contrib/libs/c-ares/ya.make
@@ -20,10 +20,10 @@ LICENSE(
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-PEERDIR(
- contrib/libs/libc_compat
-)
-
+PEERDIR(
+ contrib/libs/libc_compat
+)
+
ADDINCL(
contrib/libs/c-ares
)
@@ -33,7 +33,7 @@ NO_COMPILER_WARNINGS()
CFLAGS(
-DCARES_BUILDING_LIBRARY
-DCARES_SYMBOL_HIDING
- -DHAVE_CONFIG_H
+ -DHAVE_CONFIG_H
)
IF (NOT DLL_FOR)