--- elwix/files/csh/config_p.h 2012/10/12 08:22:46 1.2 +++ elwix/files/csh/config_p.h 2021/07/16 18:35:50 1.3 @@ -1,4 +1,4 @@ -/* $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 * @@ -9,7 +9,7 @@ #ifndef _h_config #define _h_config -/****************** System dependant compilation flags ****************/ +/****************** System dependent compilation flags ****************/ /* * POSIX This system supports IEEE Std 1003.1-1988 (POSIX). */ @@ -34,7 +34,8 @@ * Note that some machines eg. rs6000 have a vfork, but not * 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