Commit 0db5f142 authored by lenz@mysql.com's avatar lenz@mysql.com
Browse files

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

   handling (backport from 4.0 tree)
parent 8ea508c1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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