1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-29 21:42:28 +03:00
mariadb/include/help_end.h
jani@ua141d10.elisa.omakaista.fi f3e73e26d7 A patch for Netware.
2005-01-13 19:24:54 +02:00

8 lines
93 B
C

#ifdef __NETWARE__
#undef printf
#undef puts
#undef fputs
#undef fputc
#undef putchar
#endif