From b539cd1917dd3ac89e18604a7bde6f0f2064c2ad Mon Sep 17 00:00:00 2001 From: David McCullough Date: Sun, 21 Sep 2003 23:19:08 +0000 Subject: [PATCH] Check in stubs.c from Miles Bader's last patch --- stubs.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stubs.c 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 */ -- 2.11.0