*** config_f.h.orig	Fri Apr 26 13:17:30 1996
--- config_f.h	Tue Dec 16 23:53:24 1997
***************
*** 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
***************
*** 129,135 ****
   *		This can be much slower and no memory statistics will be
   *		provided.
   */
! #if defined(PURIFY) || defined(MALLOC_TRACE)
  # define SYSMALLOC
  #else
  # undef SYSMALLOC
--- 133,139 ----
   *		This can be much slower and no memory statistics will be
   *		provided.
   */
! #if defined(PURIFY) || defined(MALLOC_TRACE) || defined(__OpenBSD__)
  # define SYSMALLOC
  #else
  # undef SYSMALLOC
