summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-10-29 17:08:19 +0100
committerThomas Schmucker <ts@its1.de>2024-10-29 17:08:19 +0100
commitdcc35d185796138838e6165dee4ef5d15d7e1d4c (patch)
treef1b38876c8ff305760c6dfe818e270cc1c441bae /config.h.in
parent2458e6aa1658b2cc5b6349b89f1276873554ad6f (diff)
downloaduse-mosquitto-dcc35d185796138838e6165dee4ef5d15d7e1d4c.tar.gz
use-mosquitto-dcc35d185796138838e6165dee4ef5d15d7e1d4c.tar.bz2
use-mosquitto-dcc35d185796138838e6165dee4ef5d15d7e1d4c.zip
Benutze bessere Namen für Variablen und Argument
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 0cf0d70..aca08e7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,11 +1,11 @@
1#pragma once 1#pragma once
2 2
3#ifndef CLIENT_ID 3#ifndef CLIENTID
4# define CLIENT_ID "my-client-id" 4# define CLIENTID "my-client-id"
5#endif 5#endif
6 6
7#ifndef HOST 7#ifndef HOSTNAME
8# define HOST "localhost" 8# define HOSTNAME "localhost"
9#endif 9#endif
10 10
11#ifndef PORT 11#ifndef PORT