summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/patches/patch-af')
-rw-r--r--shells/tcsh/patches/patch-af23
1 files changed, 23 insertions, 0 deletions
diff --git a/shells/tcsh/patches/patch-af b/shells/tcsh/patches/patch-af
new file mode 100644
index 00000000000..249e9dc2f6d
--- /dev/null
+++ b/shells/tcsh/patches/patch-af
@@ -0,0 +1,23 @@
+*** config_f.h.bak Fri Apr 26 23:17:30 1996
+--- config_f.h Mon Dec 16 03:53:59 1996
+***************
+*** 65,71 ****
+ * if you don't have <nl_types.h>, you don't want
+ * to define this.
+ */
+! #undef NLS_CATALOGS
+
+ /*
+ * LOGINFIRST Source ~/.login before ~/.cshrc
+--- 65,75 ----
+ * if you don't have <nl_types.h>, you don't want
+ * to define this.
+ */
+! #if defined(__FreeBSD__) || defined(__OpenBSD__)
+! # define NLS_CATALOGS
+! #else
+! # undef NLS_CATALOGS
+! #endif
+
+ /*
+ * LOGINFIRST Source ~/.login before ~/.cshrc