Diff for /elwix/files/csh/config.h between versions 1.2 and 1.3

version 1.2, 2012/10/12 08:22:46 version 1.3, 2021/07/16 18:35:50
Line 1 Line 1
/* $FreeBSD: src/bin/csh/config.h,v 1.17 2012/02/22 03:36:15 mp Exp $ *//* $FreeBSD$ */
 /* config.h.  Generated from config.h.in by configure.  */  /* config.h.  Generated from config.h.in by configure.  */
 /* config.h.in.  Generated from configure.in by autoheader.  */  /* config.h.in.  Generated from configure.in by autoheader.  */
   
Line 99 Line 99
 #define HAVE_PATHS_H 1  #define HAVE_PATHS_H 1
   
 /* Define to 1 if you have the `sbrk' function. */  /* Define to 1 if you have the `sbrk' function. */
#define HAVE_SBRK 1/* #undef HAVE_SBRK 1 */
   
 /* Define to 1 if you have the `setpgid' function. */  /* Define to 1 if you have the `setpgid' function. */
 #define HAVE_SETPGID 1  #define HAVE_SETPGID 1
Line 198 Line 198
 #define HAVE_WCWIDTH 1  #define HAVE_WCWIDTH 1
   
 /* Define as const if the declaration of iconv() needs const. */  /* Define as const if the declaration of iconv() needs const. */
#define ICONV_CONST const#define ICONV_CONST
   
 /* Support NLS. */  /* Support NLS. */
 #define NLS 1  #define NLS 1

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>