X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c9433c53ad292c2f7ec05aa9d083767f95d07858..a85c067ba6c6940512cf57ec213277a370d87e70:/src/src/dcc.c diff --git a/src/src/dcc.c b/src/src/dcc.c index fb32fef6a..d8e22b30c 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-only */ /* 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"