From a70a7c75070d23763252f717e39e4e8ab3a4a771 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 29 Jul 2025 11:51:14 +0200 Subject: [PATCH] Recall that config checks are an internal matter Signed-off-by: Gilles Peskine --- docs/architecture/config-check-framework.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/architecture/config-check-framework.md b/docs/architecture/config-check-framework.md index 29db34731..fef1806c3 100644 --- a/docs/architecture/config-check-framework.md +++ b/docs/architecture/config-check-framework.md @@ -114,6 +114,8 @@ The generated checks are located in LIBRARY\_DIRECTORY/PROJECT\_NAME\_config\_check\_\*.h. These headers are included by LIBRARY\_DIRECTORY/PROJECT\_NAME\_config.c. +These are internal headers, included by one library file. This way, we run the config checks exactly once during a normal build. + ### Behavior of the generated checks The generated checks consist of two parts: