X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Fpipe.h;h=ed5c142b3c3bc844bc48c00a7848ea3935c8040d;hb=9f01e50d7efc5c625614e4e055790ca4a92a52a8;hp=fb3521fc3f52e53cf325d213b0ce0ecf7cb70a00;hpb=184e88237dea64ce48076cdd0184612d057cbafd;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/transports/pipe.h b/src/src/transports/pipe.h index fb3521fc3..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.6 2007/01/08 10:50:20 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2007 */ +/* Copyright (c) University of Cambridge 1995 - 2014 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ @@ -23,8 +21,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;