X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdcc.c;h=8986dedded8dbfb27f8037bee76f1603b6b1863f;hb=9ee30919f807678b0bc9f675dcfa73225b486574;hp=fb32fef6af266d3e32ab2be4bb42bd50bfaa3f11;hpb=8f0d0a3138e138ffa6bcc94c8378f5eb22573f0e;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/dcc.c b/src/src/dcc.c index fb32fef6a..8986dedde 100644 --- a/src/src/dcc.c +++ b/src/src/dcc.c @@ -7,13 +7,18 @@ * wbreyha@gmx.net * See the file NOTICE for conditions of use and distribution. * - * Copyright (c) The Exim Maintainers 2015 - 2019 + * Copyright (c) The Exim Maintainers 2015 - 2022 + * SPDX-License-Identifier: GPL-2.0-or-later */ /* Code for calling dccifd. Called from acl.c. */ #include "exim.h" #ifdef EXPERIMENTAL_DCC +#ifndef WITH_CONTENT_SCAN +# error EXPERIMENTAL_DCC requires WITH_CONTENT_SCAN +#endif + #include "dcc.h" #include "unistd.h"