diff options
author | monty@mysql.com <> | 2004-05-25 22:00:14 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-25 22:00:14 +0300 |
commit | f2e1e3ce4c72d383f16fd8c525b28c4912e8f2de (patch) | |
tree | 2c56473da947b9807f0d1668171870a8e3dbc736 /include/help_end.h | |
parent | d14e4eb57c92b987152b255ec961b1e9103d8f66 (diff) | |
download | mariadb-git-f2e1e3ce4c72d383f16fd8c525b28c4912e8f2de.tar.gz |
Added patches from Novell
Diffstat (limited to 'include/help_end.h')
-rw-r--r-- | include/help_end.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/help_end.h b/include/help_end.h new file mode 100644 index 00000000000..a63d9e7ca9f --- /dev/null +++ b/include/help_end.h @@ -0,0 +1,6 @@ +#ifdef __NETWARE__ +#undef printf +#undef puts +#undef fputs +#undef putchar +#endif |