From: David McCullough Date: Sun, 21 Sep 2003 23:19:08 +0000 (+0000) Subject: Check in stubs.c from Miles Bader's last patch X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b539cd1917dd3ac89e18604a7bde6f0f2064c2ad;p=elf2flt.git Check in stubs.c from Miles Bader's last patch --- diff --git a/stubs.c b/stubs.c new file mode 100644 index 0000000..fb14d63 --- /dev/null +++ b/stubs.c @@ -0,0 +1,6 @@ +#ifndef HAVE_DCGETTEXT +const char *dcgettext (const char *domain, const char *msg, int category) +{ + return msg; +} +#endif /* !HAVE_DCGETTEXT */