X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ca5aa725ec67d4335f4a41738dd3b7dc0d17393d..a85c067ba6c6940512cf57ec213277a370d87e70:/src/src/transports/pipe.h diff --git a/src/src/transports/pipe.h b/src/src/transports/pipe.h index cdb10af7d..416569608 100644 --- a/src/src/transports/pipe.h +++ b/src/src/transports/pipe.h @@ -1,11 +1,10 @@ -/* $Cambridge: exim/src/src/transports/pipe.h,v 1.7 2009/11/16 19:56:54 nm4 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2014 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* Private structure for the private options. */ @@ -23,8 +22,11 @@ typedef struct { int max_output; int timeout; int options; + BOOL force_command; BOOL freeze_exec_fail; + BOOL freeze_signal; BOOL ignore_status; + BOOL permit_coredump; BOOL restrict_to_path; BOOL timeout_defer; BOOL use_shell;