summaryrefslogtreecommitdiff
path: root/japanese/tcsh/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/tcsh/files/patch-af')
-rw-r--r--japanese/tcsh/files/patch-af48
1 files changed, 0 insertions, 48 deletions
diff --git a/japanese/tcsh/files/patch-af b/japanese/tcsh/files/patch-af
deleted file mode 100644
index 6118875ef09b..000000000000
--- a/japanese/tcsh/files/patch-af
+++ /dev/null
@@ -1,48 +0,0 @@
---- config_f.h.orig Mon Oct 26 00:09:45 1998
-+++ config_f.h Tue Dec 1 20:20:44 1998
-@@ -65,7 +65,11 @@
- * if you don't have <nl_types.h>, you don't want
- * to define this.
- */
--#undef NLS_CATALOGS
-+#if defined(__FreeBSD__) || defined(__OpenBSD__)
-+# define NLS_CATALOGS
-+#else
-+# undef NLS_CATALOGS
-+#endif
-
- /*
- * LOGINFIRST Source ~/.login before ~/.cshrc
-@@ -117,21 +121,29 @@
- * be used with SHORT_STRINGS
- *
- */
--#undef KANJI
-+#define KANJI
-
- /*
- * 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(__FreeBSD__) || defined(__OpenBSD__)
-+# define DSPMBYTE
-+#else
-+# undef DSPMBYTE
-+#endif
-
- /*
- * MBYTEDEBUG when "dspmbyte" is changed, set multi-byte checktable to
- * variable "mbytemap".
- * (use for multi-byte table check)
- */
--#undef MBYTEDEBUG
-+#if defined(__FreeBSD__)
-+# define MBYTEDEBUG
-+#else
-+# undef MBYTEDEBUG
-+#endif
-
- /*
- * NEWGRP Provide a newgrp builtin.