View | Details | Raw Unified | Return to bug 208132
Collapse All | Expand All

(-)bin/csh/config_p.h (-2 / +2 lines)
Lines 34-40 Link Here
34
 *		Note that some machines eg. rs6000 have a vfork, but not
34
 *		Note that some machines eg. rs6000 have a vfork, but not
35
 *		with the berkeley semantics, so we cannot use it there either.
35
 *		with the berkeley semantics, so we cannot use it there either.
36
 */
36
 */
37
#define VFORK
37
/* #define VFORK */
38
#define	vfork fork
38
39
39
/*
40
/*
40
 * BSDJOBS	You have BSD-style job control (both process groups and
41
 * BSDJOBS	You have BSD-style job control (both process groups and
Lines 80-86 Link Here
80
/****************** local defines *********************/
81
/****************** local defines *********************/
81
82
82
#if defined(__FreeBSD__)
83
#if defined(__FreeBSD__)
83
#define	SAVESIGVEC
84
#define NLS_BUGS
84
#define NLS_BUGS
85
#define BSD_STYLE_COLORLS
85
#define BSD_STYLE_COLORLS
86
/* Use LC_MESSAGES locale category to open the message catalog */
86
/* Use LC_MESSAGES locale category to open the message catalog */

Return to bug 208132