From 609d7520fc1ae53e4e0194c624af1e98b970bea4 Mon Sep 17 00:00:00 2001 From: "jani@hynda.mysql.fi" <> Date: Wed, 13 Mar 2002 01:28:13 +0200 Subject: Modifications to MySQL source in order to make it compile on QnX. --- include/my_global.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/my_global.h') diff --git a/include/my_global.h b/include/my_global.h index 6a7385e18a2..01476c386c8 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -132,6 +132,14 @@ /* #define _AIX32_CURSES */ /* XXX: this breaks AIX 4.3.3 (others?). */ #endif +#ifdef __QNXNTO__ +#define HAVE_ERRNO_AS_DEFINE +#define HAVE_FCNTL_LOCK +#undef HAVE_SYS_UN_H +#undef HAVE_FINITE +#undef HAVE_RINT +#endif + #ifdef HAVE_BROKEN_SNPRINTF /* HPUX 10.20 don't have this defined */ #undef HAVE_SNPRINTF #endif -- cgit v1.2.1