libtool git requires an autoreconf
[buildroot.git] / toolchain / elf2flt / elf2flt / stubs.c
blob59760a3a69ee6397fcc8d558c86a8f7ce99917a3
1 #ifndef HAVE_DCGETTEXT
2 const char *dcgettext (const char *domain, const char *msg, int category)
4 return msg;
6 #endif /* !HAVE_DCGETTEXT */
8 #ifndef HAVE_LIBINTL_DGETTEXT
9 const char *libintl_dgettext (const char *domain, const char *msg)
11 return msg;
13 #endif /* !HAVE_LIBINTL_DGETTEXT */