$NetBSD: patch-af,v 1.7 1998/09/13 19:12:05 kim Exp $ --- config_f.h.orig Fri Apr 26 21:17:30 1996 +++ config_f.h Wed Sep 9 00:18:23 1998 @@ -65,7 +65,11 @@ * if you don't have , 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