$NetBSD: patch-ad,v 1.5 2002/04/11 15:26:47 abs Exp $ --- config_f.h.orig Sun Jun 11 03:14:10 2000 +++ config_f.h @@ -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