summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-11 13:59:01 +0200
committerThomas Schmucker <ts@its1.de>2026-07-11 13:59:01 +0200
commit7735ded57fbb5834efc2f6185fb668ec70923e7f (patch)
tree84cda872968412e0fbb0de5c90977dd489bfec1a /config.h.in
parente2e32a1410331f2c478d61b3ecd0a0baf4aec511 (diff)
downloaduse-mosquitto-7735ded57fbb5834efc2f6185fb668ec70923e7f.tar.gz
use-mosquitto-7735ded57fbb5834efc2f6185fb668ec70923e7f.tar.bz2
use-mosquitto-7735ded57fbb5834efc2f6185fb668ec70923e7f.zip
zwei Topics, überflüssige Variable entferntHEADmaster
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
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 @@
24# define TOPIC "topic" 24# define TOPIC "topic"
25#endif 25#endif
26 26
27#ifndef TOPIC2
28# define TOPIC2 "topic2"
29#endif
30
27#ifndef KEEPALIVE 31#ifndef KEEPALIVE
28# define KEEPALIVE 10 32# define KEEPALIVE 10
29#endif 33#endif