diff options
author | deshevoy <deshevoy@yandex-team.ru> | 2022-02-10 16:46:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:57 +0300 |
commit | 28148f76dbfcc644d96427d41c92f36cbf2fdc6e (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /contrib/libs/curl/lib/config-tpf.h | |
parent | e988f30484abe5fdeedcc7a5d3c226c01a21800c (diff) | |
download | ydb-28148f76dbfcc644d96427d41c92f36cbf2fdc6e.tar.gz |
Restoring authorship annotation for <deshevoy@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/curl/lib/config-tpf.h')
-rw-r--r-- | contrib/libs/curl/lib/config-tpf.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/curl/lib/config-tpf.h b/contrib/libs/curl/lib/config-tpf.h index e993ebe62f0..bf69179fd5b 100644 --- a/contrib/libs/curl/lib/config-tpf.h +++ b/contrib/libs/curl/lib/config-tpf.h @@ -238,8 +238,8 @@ /* Define to 1 if you have the IoctlSocket camel case function. */ /* #undef HAVE_IOCTLSOCKET_CAMEL */ -/* Define to 1 if you have a working IoctlSocket camel case FIONBIO - function. */ +/* Define to 1 if you have a working IoctlSocket camel case FIONBIO + function. */ /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */ /* Define to 1 if you have the <io.h> header file. */ @@ -560,7 +560,7 @@ #define PACKAGE "curl" /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT \ +#define PACKAGE_BUGREPORT \ "a suitable curl mailing list => https://curl.se/mail/" /* Define to the full name of this package. */ @@ -599,9 +599,9 @@ /* The size of `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 -/* Define to the size of `long', as computed by sizeof. */ -#define SIZEOF_LONG 8 - +/* Define to the size of `long', as computed by sizeof. */ +#define SIZEOF_LONG 8 + /* The size of `size_t', as computed by sizeof. */ #define SIZEOF_SIZE_T 8 @@ -630,7 +630,7 @@ /* #undef USE_OPENSSL */ /* if SSL is enabled */ -/* #undef USE_OPENSSL */ +/* #undef USE_OPENSSL */ /* to enable SSPI support */ /* #undef USE_WINDOWS_SSPI */ |