Commit db57cb7f authored by unknown's avatar unknown

Portability fix for QNX 6.2


include/my_global.h:
  Passed a bug in QNX 6.2 library that affected compiling.
parent 0ed7ee05
...@@ -127,6 +127,8 @@ ...@@ -127,6 +127,8 @@
#undef HAVE_SYS_UN_H #undef HAVE_SYS_UN_H
#undef HAVE_FINITE #undef HAVE_FINITE
#undef HAVE_RINT #undef HAVE_RINT
#undef LONGLONG_MIN /* These get wrongly defined in QNX 6.2 */
#undef LONGLONG_MAX /* standard system library 'limits.h' */
#endif #endif
#ifdef HAVE_BROKEN_SNPRINTF /* HPUX 10.20 don't have this defined */ #ifdef HAVE_BROKEN_SNPRINTF /* HPUX 10.20 don't have this defined */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment