aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/c-ares/ares_config.h
diff options
context:
space:
mode:
authorAnton Samokhvalov <pg83@yandex.ru>2022-02-10 16:45:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:15 +0300
commit72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch)
treeda2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /contrib/libs/c-ares/ares_config.h
parent778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff)
downloadydb-72cb13b4aff9bc9cf22e49251bc8fd143f82538f.tar.gz
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/c-ares/ares_config.h')
-rw-r--r--contrib/libs/c-ares/ares_config.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/contrib/libs/c-ares/ares_config.h b/contrib/libs/c-ares/ares_config.h
index 6695a6ad21..1e8def9f5a 100644
--- a/contrib/libs/c-ares/ares_config.h
+++ b/contrib/libs/c-ares/ares_config.h
@@ -46,11 +46,11 @@
/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1
-#if defined(__ANDROID__)
-#else
+#if defined(__ANDROID__)
+#else
/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
#define HAVE_ARPA_NAMESER_COMPAT_H 1
-#endif
+#endif
/* Define to 1 if you have the <arpa/nameser.h> header file. */
#define HAVE_ARPA_NAMESER_H 1
@@ -118,10 +118,10 @@
/* Define to 1 if you have the getservbyport_r function. */
#define HAVE_GETSERVBYPORT_R 1
-#if defined(__APPLE__)
-#undef HAVE_GETSERVBYPORT_R
-#endif
-
+#if defined(__APPLE__)
+#undef HAVE_GETSERVBYPORT_R
+#endif
+
#if defined(__ANDROID__)
#undef HAVE_GETSERVBYPORT_R
#endif
@@ -385,7 +385,7 @@
#define RANDOM_FILE "/dev/urandom"
/* Define to the type qualifier pointed by arg 5 for recvfrom. */
-#define RECVFROM_QUAL_ARG5
+#define RECVFROM_QUAL_ARG5
/* Define to the type of arg 1 for recvfrom. */
#define RECVFROM_TYPE_ARG1 int
@@ -456,24 +456,24 @@
/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4
-#if defined(_MSC_VER)
-#define SIZEOF_LONG 4
-#elif defined(__SIZEOF_LONG__)
-#define SIZEOF_LONG __SIZEOF_LONG__
-#else
+#if defined(_MSC_VER)
+#define SIZEOF_LONG 4
+#elif defined(__SIZEOF_LONG__)
+#define SIZEOF_LONG __SIZEOF_LONG__
+#else
/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 8
-#endif
+#endif
/* The size of `short', as computed by sizeof. */
#define SIZEOF_SHORT 2
-#if defined(__SIZEOF_SIZE_T__)
-#define SIZEOF_SIZE_T __SIZEOF_SIZE_T__
-#else
+#if defined(__SIZEOF_SIZE_T__)
+#define SIZEOF_SIZE_T __SIZEOF_SIZE_T__
+#else
/* The size of `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 8
-#endif
+#endif
/* The size of `struct in6_addr', as computed by sizeof. */
#define SIZEOF_STRUCT_IN6_ADDR 16