Define USE_PGRP so that we send signals to our job's process group instead

of only pid.
This commit is contained in:
christos 1999-05-03 12:01:14 +00:00
parent 81c1536f84
commit 94df9ca047

View File

@ -1,4 +1,4 @@
/* $NetBSD: config.h,v 1.9 1997/09/26 13:29:09 christos Exp $ */
/* $NetBSD: config.h,v 1.10 1999/05/03 12:01:14 christos Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@ -111,6 +111,13 @@
*/
#define SUNSHCMD
/*
* USE_PGRP
* Kill the process group of the job so that all the progeny of the
* current job dies, instead of just the one forked.
*/
#define USE_PGRP
#if !defined(__svr4__) && !defined(__SVR4) && !defined(__ELF__)
# ifndef RANLIBMAG
# define RANLIBMAG "__.SYMDEF"