From 5f4d586aca4b5e802e2d18d527ee0b0a4e2f884c Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 14 Jul 2023 20:08:36 +0200 Subject: Minor changes --- src/utils.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/utils.h (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h new file mode 100644 index 0000000..4761b04 --- /dev/null +++ b/src/utils.h @@ -0,0 +1,10 @@ +#define STR(symbol) #symbol +#define STRINGIFY(symbol) STR(symbol) + +#ifndef PUBLISHER_PORT +#error PUBLISHER_PORT undefined +#endif + +#ifndef PUBLISHER_ADDR +#error PUBLISHER_ADDR undefined +#endif -- cgit v1.2.3