X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2e2a30b495b1ef8052259093f9422f57903b1717..a29e5231ac02b045d8fdd5610abac3c38131366f:/src/src/transports/pipe.h diff --git a/src/src/transports/pipe.h b/src/src/transports/pipe.h index af9141ce9..da141c0d1 100644 --- a/src/src/transports/pipe.h +++ b/src/src/transports/pipe.h @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/transports/pipe.h,v 1.3 2005/05/03 14:20:01 ph10 Exp $ */ +/* $Cambridge: exim/src/src/transports/pipe.h,v 1.8 2010/06/05 10:04:44 pdp Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ @@ -25,10 +25,12 @@ typedef struct { int options; BOOL freeze_exec_fail; 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;