X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Fpipe.h;h=ed5c142b3c3bc844bc48c00a7848ea3935c8040d;hb=251b9eb4698f569864c35127ddb7c309b92ccecb;hp=af9141ce9b88cc5bb47e4a37449264e243d0f64c;hpb=2e2a30b495b1ef8052259093f9422f57903b1717;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/transports/pipe.h b/src/src/transports/pipe.h index af9141ce9..ed5c142b3 100644 --- a/src/src/transports/pipe.h +++ b/src/src/transports/pipe.h @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/transports/pipe.h,v 1.3 2005/05/03 14:20:01 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2014 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ @@ -23,12 +21,16 @@ 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; BOOL use_bsmtp; + BOOL use_classresources; BOOL use_crlf; } pipe_transport_options_block;