mariadb/include/help_start.h

8 lines
193 B
C
Raw Normal View History

2004-05-25 21:00:14 +02:00
/* Divert all help information on NetWare to logger screen. */
#ifdef __NETWARE__
#define printf consoleprintf
#define puts(s) consoleprintf("%s\n",s)
#define fputs(s,f) puts(s)
#endif