Diff for /elwix/files/csh/config_p.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_p.h,v 1.16 2012/02/22 03:36:15 mp Exp $ *//* $FreeBSD$ */
 /*  /*
  * config.h -- configure various defines for tcsh   * config.h -- configure various defines for tcsh
  *   *
Line 9 Line 9
   
 #ifndef _h_config  #ifndef _h_config
 #define _h_config  #define _h_config
/****************** System dependant compilation flags ****************//****************** System dependent compilation flags ****************/
 /*  /*
  * POSIX        This system supports IEEE Std 1003.1-1988 (POSIX).   * POSIX        This system supports IEEE Std 1003.1-1988 (POSIX).
  */   */
Line 34 Line 34
  *              Note that some machines eg. rs6000 have a vfork, but not   *              Note that some machines eg. rs6000 have a vfork, but not
  *              with the berkeley semantics, so we cannot use it there either.   *              with the berkeley semantics, so we cannot use it there either.
  */   */
#define VFORK/* #define VFORK */
 #define vfork fork
   
 /*  /*
  * BSDJOBS      You have BSD-style job control (both process groups and   * BSDJOBS      You have BSD-style job control (both process groups and

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


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