From a37fc4bbd81f4c6148d3d71e3d24c2ba283f06df Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 25 May 2004 22:00:14 +0300 Subject: Added patches from Novell Build-tools/Do-compile: Fixed indentation configure.in: Added patches from Novell Added C_EXTRA_FLAGS as an easy way to pass flags to both CFLAGS and CXXFLAGS extra/perror.c: Fixed error number reporting to not report 'Unknown error' include/my_global.h: Defines to make NETWARE patches cleaner include/thr_alarm.h: Fixed wrong macro netware/mysql_install_db.c: Indentation fix --- tools/mysqlmanager.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tools/mysqlmanager.c') diff --git a/tools/mysqlmanager.c b/tools/mysqlmanager.c index 790a5d56b5a..27dfa18e421 100644 --- a/tools/mysqlmanager.c +++ b/tools/mysqlmanager.c @@ -21,6 +21,8 @@ Sasha Pachev */ +#ifndef __NETWARE__ + #include #include #include @@ -1846,3 +1848,16 @@ int main(int argc, char** argv) else return daemonize(); } + +#else + +#include + +int main(void) +{ + fprintf(stderr,"This tool has not been ported to NetWare\n"); + return 0; +} + +#endif /* __NETWARE__ */ + -- cgit v1.2.1