Fix DKIM verify when used with CHUNKING. Bug 2016
[exim.git] / src / src / macros.h
index 53ffe1b2a1829ec2f0a0619d48b14100fecd8ccf..2692714f71d6f8c69d59a324f96e838f13c20417 100644 (file)
@@ -968,5 +968,9 @@ enum { FILTER_UNSET, FILTER_FORWARD, FILTER_EXIM, FILTER_SIEVE };
 #define PEER_OFFERED_SIZE      BIT(6)
 #define PEER_OFFERED_CHUNKING  BIT(7)
 
+/* Argument for *_getc */
+
+#define GETC_BUFFER_UNLIMITED  UINT_MAX
+
 
 /* End of macros.h */