*** config_f.h.orig	Sat Sep 19 21:48:08 1998
--- config_f.h	Thu Dec 17 05:18:51 1998
***************
*** 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.
   */
! #ifdef __OpenBSD__
! # define NLS_CATALOGS
! #else
! # undef NLS_CATALOGS
! #endif
  
  /*
   * LOGINFIRST   Source ~/.login before ~/.cshrc
***************
*** 92,103 ****
  /*
   * DOTLAST      put "." last in the default path, for security reasons
   */
! #define DOTLAST
  
  /*
   * NODOT	Don't put "." in the default path, for security reasons
   */
! #undef NODOT
  
  /*
   * AUTOLOGOUT	tries to determine if it should set autologout depending
--- 96,107 ----
  /*
   * DOTLAST      put "." last in the default path, for security reasons
   */
! #undef DOTLAST
  
  /*
   * NODOT	Don't put "." in the default path, for security reasons
   */
! #define NODOT
  
  /*
   * AUTOLOGOUT	tries to determine if it should set autologout depending
***************
*** 142,148 ****
   *		This can be much slower and no memory statistics will be
   *		provided.
   */
! #if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX)
  # define SYSMALLOC
  #else
  # undef SYSMALLOC
--- 146,152 ----
   *		This can be much slower and no memory statistics will be
   *		provided.
   */
! #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX)
  # define SYSMALLOC
  #else
  # undef SYSMALLOC
