Index: limits.h =================================================================== --- limits.h (revision 573632) +++ limits.h (working copy) @@ -115,4 +115,9 @@ # endif // _POSIX_PATH_MAX #endif // HP-UX +#if (MB_LEN_MAX != _RWSTD_MB_LEN_MAX) +# undef MB_LEN_MAX +# define MB_LEN_MAX _RWSTD_MB_LEN_MAX +#endif // MB_LEN_MAX + #endif // _RWSTD_LIMITS_H_INCLUDED Index: climits =================================================================== --- climits (revision 573632) +++ climits (working copy) @@ -107,4 +107,9 @@ #endif // _RWSTD_NO_PURE_C_HEADERS +#if (MB_LEN_MAX != _RWSTD_MB_LEN_MAX) +# undef MB_LEN_MAX +# define MB_LEN_MAX _RWSTD_MB_LEN_MAX +#endif // MB_LEN_MAX + #endif // _RWSTD_CLIMITS_INCLUDED