diff options
author | Anton Samokhvalov <pg83@yandex.ru> | 2022-02-10 16:45:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:17 +0300 |
commit | d3a398281c6fd1d3672036cb2d63f842d2cb28c5 (patch) | |
tree | dd4bd3ca0f36b817e96812825ffaf10d645803f2 /contrib/libs/c-ares | |
parent | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (diff) | |
download | ydb-d3a398281c6fd1d3672036cb2d63f842d2cb28c5.tar.gz |
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/c-ares')
-rw-r--r-- | contrib/libs/c-ares/ares_build.h | 4 | ||||
-rw-r--r-- | contrib/libs/c-ares/ares_config.h | 36 | ||||
-rw-r--r-- | contrib/libs/c-ares/ares_setup.h | 2 |
3 files changed, 21 insertions, 21 deletions
diff --git a/contrib/libs/c-ares/ares_build.h b/contrib/libs/c-ares/ares_build.h index 26ad125176..e0a2ed784b 100644 --- a/contrib/libs/c-ares/ares_build.h +++ b/contrib/libs/c-ares/ares_build.h @@ -202,9 +202,9 @@ # else # define CARES_TYPEOF_ARES_SSIZE_T long # endif -#else +#else # define CARES_TYPEOF_ARES_SSIZE_T ssize_t -#endif +#endif typedef CARES_TYPEOF_ARES_SSIZE_T ares_ssize_t; diff --git a/contrib/libs/c-ares/ares_config.h b/contrib/libs/c-ares/ares_config.h index 1e8def9f5a..6695a6ad21 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 diff --git a/contrib/libs/c-ares/ares_setup.h b/contrib/libs/c-ares/ares_setup.h index 9a9badb9d9..b9a1fd5b52 100644 --- a/contrib/libs/c-ares/ares_setup.h +++ b/contrib/libs/c-ares/ares_setup.h @@ -28,7 +28,7 @@ * configuration file for platforms which lack config tool. */ -#if defined(HAVE_CONFIG_H) && !defined(_MSC_VER) +#if defined(HAVE_CONFIG_H) && !defined(_MSC_VER) #include "ares_config.h" #else |