From 50aba30aee11d4fa51948c6ba258ec0bbdbae8c0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 1 Dec 2016 19:08:52 +0100 Subject: remove libintl stub and libintl.h header As __UCLIBC_HAS_GETTEXT_AWARENESS__ is never defined, this is mostly dead code. It is planned to integrate libiconv-tiny and gettext-tiny into uClibc-ng after the next release, so that more software packages can be used without modification. Remove any _/_N macro usage. --- libuargp/argp-help.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'libuargp/argp-help.c') diff --git a/libuargp/argp-help.c b/libuargp/argp-help.c index 0d63ae30b..81c45a1f3 100644 --- a/libuargp/argp-help.c +++ b/libuargp/argp-help.c @@ -57,17 +57,7 @@ char *alloca (); #include #ifndef _ -/* This is for other GNU distributions with internationalized messages. */ -# if (defined HAVE_LIBINTL_H || defined _LIBC) && defined __UCLIBC_HAS_GETTEXT_AWARENESS__ -# include -# ifdef _LIBC -# undef dgettext -# define dgettext(domain, msgid) \ - INTUSE(__dcgettext) (domain, msgid, LC_MESSAGES) -# endif -# else -# define dgettext(domain, msgid) (msgid) -# endif +# define dgettext(domain, msgid) (msgid) #endif #ifndef _LIBC -- cgit v1.2.3