summaryrefslogtreecommitdiffstats
path: root/common/Util.cpp
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2022-08-07 10:29:45 +0200
committerMichael Meeks <michael.meeks@collabora.com>2022-09-05 12:32:49 +0100
commitc4975d01e591e51dbe2f32bb75af27a5575e1122 (patch)
treeba9efa495eeb30537f6a13617ec25c0bce308cc4 /common/Util.cpp
parentPrometheus - log per-document details for getMetrics. (diff)
downloadonline-c4975d01e591e51dbe2f32bb75af27a5575e1122.tar.gz
online-c4975d01e591e51dbe2f32bb75af27a5575e1122.zip
Split config.h into separate headers to avoid extensive rebuild
Eg. if only the version was changed, config.h was updated, and everything was recompiled. New structure, maintain these manually: config.h.in - for configured variables that are stable if configuration parameters are unchanged config_version.h.in - for version/hash related variables ---- config_unused.h.in - still generated by autoheader with all variables, don't use it Signed-off-by: Aron Budea <aron.budea@collabora.com> Change-Id: Id9a50a9f1e798a3b3814778d8683b7d7cb57bb29
Diffstat (limited to 'common/Util.cpp')
-rw-r--r--common/Util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Util.cpp b/common/Util.cpp
index 27fac8d38a..149fe1dcf3 100644
--- a/common/Util.cpp
+++ b/common/Util.cpp
@@ -6,6 +6,7 @@
*/
#include <config.h>
+#include <config_version.h>
#include "Util.hpp"