From de925288bffc705b382f54c8c9e62b485ba3c636 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 1 May 2026 18:06:02 +0200 Subject: Add DEFAULT_SUPPORT option and improve DEPENDENCIES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index f4adf12..14bd38d 100644 --- a/config.mk +++ b/config.mk @@ -6,3 +6,7 @@ CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE CFLAGS = LDFLAGS = + +DEFAULT_SUPPORT = true +# Set to "true" to enable all algorithms that are not explicitly disabled. +# Set to "false" to disable all algorithms that are not explicitly enabled. -- cgit v1.2.3-70-g09d2