From dcc35d185796138838e6165dee4ef5d15d7e1d4c Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 29 Oct 2024 17:08:19 +0100 Subject: Benutze bessere Namen für Variablen und Argument MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.h.in') 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 @@ #pragma once -#ifndef CLIENT_ID -# define CLIENT_ID "my-client-id" +#ifndef CLIENTID +# define CLIENTID "my-client-id" #endif -#ifndef HOST -# define HOST "localhost" +#ifndef HOSTNAME +# define HOSTNAME "localhost" #endif #ifndef PORT -- cgit v1.3