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/libidn | |
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/libidn')
-rw-r--r-- | contrib/libs/libidn/static/ya.make | 22 | ||||
-rw-r--r-- | contrib/libs/libidn/unix/config.h | 8 | ||||
-rw-r--r-- | contrib/libs/libidn/win/ac-stdint.h | 2 | ||||
-rw-r--r-- | contrib/libs/libidn/ya.make | 30 |
4 files changed, 31 insertions, 31 deletions
diff --git a/contrib/libs/libidn/static/ya.make b/contrib/libs/libidn/static/ya.make index c4fd089976..a927d7918e 100644 --- a/contrib/libs/libidn/static/ya.make +++ b/contrib/libs/libidn/static/ya.make @@ -3,8 +3,8 @@ OWNER( g:cpp-contrib ) -LIBRARY() - +LIBRARY() + LICENSE( Custom-Punycode AND Ietf AND @@ -12,15 +12,15 @@ LICENSE( LGPL-2.1-only AND LGPL-2.1-or-later ) - + LICENSE_TEXTS(../.yandex_meta/licenses.list.txt) -VERSION(1.9) - +VERSION(1.9) + PROVIDES(libidn) -NO_RUNTIME() - +NO_RUNTIME() + NO_COMPILER_WARNINGS() ADDINCL( @@ -34,14 +34,14 @@ CFLAGS( IF (OS_WINDOWS) CFLAGS( -DLIBIDN_EXPORTS - ) + ) ENDIF() IF (OS_ANDROID) CFLAGS( -DHAVE_LOCALE_H=1 ) -ENDIF() +ENDIF() SRCDIR(contrib/libs/libidn) @@ -68,5 +68,5 @@ SRCS( c-strcasecmp.c c-ctype.c ) - -END() + +END() diff --git a/contrib/libs/libidn/unix/config.h b/contrib/libs/libidn/unix/config.h index af4b48f607..0b4dad46a2 100644 --- a/contrib/libs/libidn/unix/config.h +++ b/contrib/libs/libidn/unix/config.h @@ -9,7 +9,7 @@ /* Define to 1 if translation of program messages to the user's native language is requested. */ -//#define ENABLE_NLS 1 +//#define ENABLE_NLS 1 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ @@ -21,7 +21,7 @@ /* Define if the GNU dcgettext() function is already present or preinstalled. */ -//#define HAVE_DCGETTEXT 1 +//#define HAVE_DCGETTEXT 1 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. */ @@ -192,11 +192,11 @@ /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wchar_t'. */ -#define WCHAR_T_SUFFIX +#define WCHAR_T_SUFFIX /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wint_t'. */ -#define WINT_T_SUFFIX +#define WINT_T_SUFFIX /* Define to 1 if you want TLD code. */ #define WITH_TLD 1 diff --git a/contrib/libs/libidn/win/ac-stdint.h b/contrib/libs/libidn/win/ac-stdint.h index 67b3518bf0..a3560eb49a 100644 --- a/contrib/libs/libidn/win/ac-stdint.h +++ b/contrib/libs/libidn/win/ac-stdint.h @@ -21,7 +21,7 @@ #ifndef _GENERATED_STDINT_H #define _GENERATED_STDINT_H -#include <stdint.h> +#include <stdint.h> #endif #endif diff --git a/contrib/libs/libidn/ya.make b/contrib/libs/libidn/ya.make index 5be09da161..678a813caa 100644 --- a/contrib/libs/libidn/ya.make +++ b/contrib/libs/libidn/ya.make @@ -3,32 +3,32 @@ OWNER( g:cpp-contrib ) -LIBRARY() - +LIBRARY() + LICENSE(Service-Dll-Harness) WITHOUT_LICENSE_TEXTS() - + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.9) - -NO_RUNTIME() - +VERSION(1.9) + +NO_RUNTIME() + NO_COMPILER_WARNINGS() IF (USE_DYNAMIC_IDN) - PEERDIR( - contrib/libs/libidn/dynamic - ) -ELSE() + PEERDIR( + contrib/libs/libidn/dynamic + ) +ELSE() PEERDIR( contrib/libs/libidn/static ) -ENDIF() - -END() - +ENDIF() + +END() + RECURSE( dynamic static |