version 1.2, 2012/10/12 08:22:46
|
version 1.2.20.1, 2021/03/17 12:41:17
|
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 |