From 7735ded57fbb5834efc2f6185fb668ec70923e7f Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 11 Jul 2026 13:59:01 +0200 Subject: zwei Topics, überflüssige Variable entfernt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index aca08e7..1e4e454 100644 --- a/config.h.in +++ b/config.h.in @@ -24,6 +24,10 @@ # define TOPIC "topic" #endif +#ifndef TOPIC2 +# define TOPIC2 "topic2" +#endif + #ifndef KEEPALIVE # define KEEPALIVE 10 #endif -- cgit v1.3