diff options
author | uranix <uranix@yandex-team.ru> | 2022-02-10 16:47:58 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:58 +0300 |
commit | 84df690852777a25dce952fd28843ab49992eff3 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/curl | |
parent | 5dc58bb9405dd89d5727cc5984b067cd5cf98133 (diff) | |
download | ydb-84df690852777a25dce952fd28843ab49992eff3.tar.gz |
Restoring authorship annotation for <uranix@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/curl')
-rw-r--r-- | contrib/libs/curl/lib/curl_config-linux.h | 6 | ||||
-rw-r--r-- | contrib/libs/curl/lib/curl_config-musl.h | 10 | ||||
-rw-r--r-- | contrib/libs/curl/lib/curl_config.h | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/curl/lib/curl_config-linux.h b/contrib/libs/curl/lib/curl_config-linux.h index 249afdc8d9..0dfa912535 100644 --- a/contrib/libs/curl/lib/curl_config-linux.h +++ b/contrib/libs/curl/lib/curl_config-linux.h @@ -306,7 +306,7 @@ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have a working glibc-style strerror_r function. */ -#define HAVE_GLIBC_STRERROR_R 1 +#define HAVE_GLIBC_STRERROR_R 1 /* Define to 1 if you have a working gmtime_r function. */ #define HAVE_GMTIME_R 1 @@ -472,7 +472,7 @@ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the memrchr function or macro. */ -#define HAVE_MEMRCHR 1 +#define HAVE_MEMRCHR 1 /* Define to 1 if you have the MSG_NOSIGNAL flag. */ #define HAVE_MSG_NOSIGNAL 1 @@ -554,7 +554,7 @@ #define HAVE_POLL_H 1 /* Define to 1 if you have a working POSIX-style strerror_r function. */ -/* #undef HAVE_POSIX_STRERROR_R */ +/* #undef HAVE_POSIX_STRERROR_R */ /* Define to 1 if you have the <proto/bsdsocket.h> header file. */ /* #undef HAVE_PROTO_BSDSOCKET_H */ diff --git a/contrib/libs/curl/lib/curl_config-musl.h b/contrib/libs/curl/lib/curl_config-musl.h index 3c31363061..d0b3cedae5 100644 --- a/contrib/libs/curl/lib/curl_config-musl.h +++ b/contrib/libs/curl/lib/curl_config-musl.h @@ -1,5 +1,5 @@ -/* Define to 1 if you have a working glibc-style strerror_r function. */ -#undef HAVE_GLIBC_STRERROR_R - -/* Define to 1 if you have a working POSIX-style strerror_r function. */ -#define HAVE_POSIX_STRERROR_R 1 +/* Define to 1 if you have a working glibc-style strerror_r function. */ +#undef HAVE_GLIBC_STRERROR_R + +/* Define to 1 if you have a working POSIX-style strerror_r function. */ +#define HAVE_POSIX_STRERROR_R 1 diff --git a/contrib/libs/curl/lib/curl_config.h b/contrib/libs/curl/lib/curl_config.h index b856fe0b67..e58dec7079 100644 --- a/contrib/libs/curl/lib/curl_config.h +++ b/contrib/libs/curl/lib/curl_config.h @@ -18,10 +18,10 @@ # include "curl_config-linux.h" #endif -#if defined(_musl_) -# include "curl_config-musl.h" -#endif - +#if defined(_musl_) +# include "curl_config-musl.h" +#endif + // Do not misrepresent host on Android and iOS. #undef OS #define OS "arcadia" |