summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-af
blob: b451008f6300f7071ab590d642f6079f6fc15021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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(__NetBSD__) || defined(__OpenBSD__)
! # define NLS_CATALOGS
! #else
! # undef NLS_CATALOGS
! #endif
  
  /*
   * LOGINFIRST   Source ~/.login before ~/.cshrc