diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 8 |
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 |
