X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fmacros.h;h=85ceb0acb3b6a924ee62ed91470b8a46d231bf12;hb=b3d9ebf57a10a5f35783d2f9802f2201624c1a20;hp=beab72a28433023ffa057372e70482a802531825;hpb=dec766a1977250758eb7a3e127e079a9271afd89;p=exim.git diff --git a/src/src/macros.h b/src/src/macros.h index beab72a28..85ceb0acb 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -864,6 +864,7 @@ enum { #define topt_use_bdat 0x100 /* prepend chunks with RFC3030 BDAT header */ #define topt_output_string 0x200 /* create string rather than write to fd */ #define topt_continuation 0x400 /* do not reset buffer */ +#define topt_not_socket 0x800 /* cannot do socket-only syscalls */ /* Options for smtp_write_command */