From 3cd6697f2b68008ca16fdb614f5932870d7513b8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 25 Feb 2025 03:38:11 +0100 Subject: [PATCH] mk-bundle-server.pl: handle DEFAULT_CONFIG --- tests/mk-bundle-server.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mk-bundle-server.pl b/tests/mk-bundle-server.pl index ed74f89283..767f9f1e9e 100755 --- a/tests/mk-bundle-server.pl +++ b/tests/mk-bundle-server.pl @@ -82,6 +82,7 @@ my @reused_symbols = ( # TODO: Some of these may be #undef-ed manually at the end of each source my @reused_macros = ( + "DEFAULT_CONFIG", "DEFAULT_LOGFILE", "DEFAULT_PORT", "REQBUFSIZ",