mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +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
|