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 | 5dc58bb9405dd89d5727cc5984b067cd5cf98133 (patch) | |
tree | ab6c56039a12afe5127ceb7e5bdbd30f28bd4565 /contrib/libs/curl/lib | |
parent | 01beb2a58f2156c63596a6dba7069307fc6f286e (diff) | |
download | ydb-5dc58bb9405dd89d5727cc5984b067cd5cf98133.tar.gz |
Restoring authorship annotation for <uranix@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/curl/lib')
-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 0dfa912535..249afdc8d9 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 d0b3cedae5..3c31363061 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 e58dec7079..b856fe0b67 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" |