- portability patch to work around bugs in the HP compiler's "inline"
handling (backport from 4.0 tree)
This commit is contained in:
parent
8ea508c178
commit
0db5f142dd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user