diff options
Diffstat (limited to 'libuargp/argp-help.c')
-rw-r--r-- | libuargp/argp-help.c | 12 |
1 files changed, 1 insertions, 11 deletions
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 <features.h> #ifndef _ -/* This is for other GNU distributions with internationalized messages. */ -# if (defined HAVE_LIBINTL_H || defined _LIBC) && defined __UCLIBC_HAS_GETTEXT_AWARENESS__ -# include <libintl.h> -# 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 |