summaryrefslogtreecommitdiff
path: root/src/utils.h
blob: 4761b04337b591143c5545bb5a1930b44735c2ca (plain)
1
2
3
4
5
6
7
8
9
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