mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
7 lines
93 B
C
7 lines
93 B
C
#ifdef __NETWARE__
|
|
#undef printf
|
|
#undef puts
|
|
#undef fputs
|
|
#undef fputc
|
|
#undef putchar
|
|
#endif
|