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

handling (backport from 4.0 tree)
This commit is contained in:
lenz@mysql.com 2002-12-04 19:16:45 +01:00
parent 8ea508c178
commit 0db5f142dd

View File

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