mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
8 lines
93 B
C
8 lines
93 B
C
#ifdef __NETWARE__
|
|
#undef printf
|
|
#undef puts
|
|
#undef fputs
|
|
#undef fputc
|
|
#undef putchar
|
|
#endif
|