summaryrefslogtreecommitdiff
path: root/include/help_start.h
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2005-01-13 19:24:54 +0200
committerunknown <jani@ua141d10.elisa.omakaista.fi>2005-01-13 19:24:54 +0200
commit365711af1717570a8af1e4f8bdcada033449a48e (patch)
treec0f87dde3037f7ee40526843f8e919e49e07f751 /include/help_start.h
parent21dce6253405598e5c6f9c669ee6ef5e550c2ca3 (diff)
downloadmariadb-git-365711af1717570a8af1e4f8bdcada033449a48e.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