Commit ad6e0804 authored by unknown's avatar unknown

- portability patch to work around bugs in the HP compiler's "inline"

   handling (backport from 4.0 tree)

parent fc79a014
...@@ -122,6 +122,10 @@ double my_ulonglong2double(unsigned long long A); ...@@ -122,6 +122,10 @@ double my_ulonglong2double(unsigned long long A);
#undef HAVE_PREAD #undef HAVE_PREAD
#undef HAVE_PWRITE #undef HAVE_PWRITE
#endif #endif
#if defined(HAVE_BROKEN_INLINE) && !defined(__cplusplus)
#undef inline
#define inline
#endif
#ifdef UNDEF_HAVE_GETHOSTBYNAME_R /* For OSF4.x */ #ifdef UNDEF_HAVE_GETHOSTBYNAME_R /* For OSF4.x */
#undef HAVE_GETHOSTBYNAME_R #undef HAVE_GETHOSTBYNAME_R
......
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