X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d0e4bb183c038fe38ee249c1bd096f49120e908a..cd8cb71deb2d653228cc037cf91ecab980acdcd0:/src/src/functions.h diff --git a/src/src/functions.h b/src/src/functions.h index ef84e3d7c..77323a5c1 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -632,7 +632,7 @@ extern void transport_do_pass_socket(const uschar *, const uschar *, const uschar *, uschar *, int); extern void transport_init(void); extern BOOL transport_pass_socket(const uschar *, const uschar *, const uschar *, uschar *, int -#ifdef EXPERIMENTAL_ESMTP_LIMITS +#ifndef DISABLE_ESMTP_LIMITS , unsigned, unsigned, unsigned #endif );