about summary refs log tree commit diff stats
path: root/WWW
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2014-01-19 15:21:18 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2014-01-19 15:21:18 -0500
commit3ab0f2b5217368844a5044f8155d7026b60b75e4 (patch)
treec693bf932f3806f997b62bf633b916aceed17b5a /WWW
parentd0462518c2d97f39c22a28a9811b3126585f47b1 (diff)
downloadlynx-snapshots-3ab0f2b5217368844a5044f8155d7026b60b75e4.tar.gz
snapshot of project "lynx", label v2-8-8pre_3a
Diffstat (limited to 'WWW')
-rw-r--r--WWW/Library/Implementation/HTUtils.h6
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