summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
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