$NetBSD: patch-ad,v 1.6 2002/08/11 05:11:18 kim Exp $

--- config_f.h.orig	Fri Mar  8 12:36:45 2002
+++ config_f.h	Sun Aug 11 00:19:17 2002
@@ -61,7 +61,11 @@
  *		if you don't have <nl_types.h>, you don't want
  *		to define this.
  */
-#undef NLS_CATALOGS
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
+# define NLS_CATALOGS
+#else
+# undef NLS_CATALOGS
+#endif
 
 /*
  * LOGINFIRST   Source ~/.login before ~/.cshrc
@@ -113,14 +117,22 @@
  *		be used with SHORT_STRINGS
  *
  */
-#undef KANJI
+#if defined(__NetBSD__)
+# define KANJI
+#else
+# undef KANJI
+#endif
 
 /*
  * DSPMBYTE	add variable "dspmbyte" and display multi-byte string at
  *		only output, when "dspmbyte" is set. Should be used with
  *		KANJI
  */
-#undef DSPMBYTE
+#if defined(__NetBSD__)
+# define DSPMBYTE
+#else
+# undef DSPMBYTE
+#endif
 
 /*
  * MBYTEDEBUG	when "dspmbyte" is changed, set multi-byte checktable to
