From a7a251cb299582b1bc37bc939fecf2dbe5324afb Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Mon, 29 Nov 1999 23:33:24 +0000 Subject: The first part of the big autoconf patch. This replaces a bunch of NEED_* macros with HAVE_* macros to be more consistent with autoconf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84186 13f79535-47bb-0310-9956-ffa450edef68 --- os/beos/beosd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/beos') diff --git a/os/beos/beosd.h b/os/beos/beosd.h index 868fba1581..b65cc661b9 100644 --- a/os/beos/beosd.h +++ b/os/beos/beosd.h @@ -85,6 +85,8 @@ const char *beosd_set_group(cmd_parms *cmd, void *dummy, char *arg); #define INIT_SIGLIST() /* nothing */ +#define beosd_killpg(x, y) (kill (-(x), (y))) + #define UNIX_DAEMON_COMMANDS \ { "User", beosd_set_user, NULL, RSRC_CONF, TAKE1, \ "Effective user id for this server"}, \ -- cgit v1.2.3