Portability fix for QNX 6.2

include/my_global.h:
  Passed a bug in QNX 6.2 library that affected compiling.
This commit is contained in:
unknown 2002-08-02 03:24:02 +03:00
parent 0ed7ee0500
commit db57cb7f31

View File

@ -127,6 +127,8 @@
#undef HAVE_SYS_UN_H
#undef HAVE_FINITE
#undef HAVE_RINT
#undef LONGLONG_MIN /* These get wrongly defined in QNX 6.2 */
#undef LONGLONG_MAX /* standard system library 'limits.h' */
#endif
#ifdef HAVE_BROKEN_SNPRINTF /* HPUX 10.20 don't have this defined */