summaryrefslogtreecommitdiff
path: root/include/help_start.h
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2005-01-13 19:24:54 +0200
committerjani@ua141d10.elisa.omakaista.fi <>2005-01-13 19:24:54 +0200
commitf3e73e26d766fbd295eebda621a1798afcfd0677 (patch)
treec0f87dde3037f7ee40526843f8e919e49e07f751 /include/help_start.h
parent443cafc2323ecfaae5fa4b80a1652ccca58a6747 (diff)
downloadmariadb-git-f3e73e26d766fbd295eebda621a1798afcfd0677.tar.gz
A patch for Netware.
Diffstat (limited to 'include/help_start.h')
-rw-r--r--include/help_start.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/help_start.h b/include/help_start.h
index 38bb91f7655..7ffde1ab803 100644
--- a/include/help_start.h
+++ b/include/help_start.h
@@ -4,4 +4,6 @@
#define printf consoleprintf
#define puts(s) consoleprintf("%s\n",s)
#define fputs(s,f) puts(s)
+#define fputc(s,f) consoleprintf("%c", s)
+#define putchar(s) consoleprintf("%c", s)
#endif