diff options
Diffstat (limited to 'WWW')
-rw-r--r-- | WWW/Library/Implementation/HTUtils.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h index 9bd760e5..d0757e55 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTUtils.h,v 1.119 2013/11/28 11:33:20 tom Exp $ + * $LynxId: HTUtils.h,v 1.120 2014/01/19 15:18:01 tom Exp $ * * Utility macros for the W3 code library * MACROS FOR GENERAL USE @@ -136,6 +136,10 @@ char *alloca(); #undef HAVE_LIBINTL_H #endif +#ifndef HAVE_ICONV +#undef EXP_JAPANESEUTF8_SUPPORT +#endif + #ifndef lynx_srand #define lynx_srand srand #endif |