$NetBSD: patch-ad,v 1.7 2004/05/19 17:42:35 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 , 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