OSDN Git Service

Check in stubs.c from Miles Bader's last patch
authorDavid McCullough <davidm@snapgear.com>
Sun, 21 Sep 2003 23:19:08 +0000 (23:19 +0000)
committerDavid McCullough <davidm@snapgear.com>
Sun, 21 Sep 2003 23:19:08 +0000 (23:19 +0000)
stubs.c [new file with mode: 0644]

diff --git a/stubs.c b/stubs.c
new file mode 100644 (file)
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 */