diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..984e260 --- /dev/null +++ b/src/config.h @@ -0,0 +1,10 @@ +#ifndef MQTT_CONFIG_H +#define MQTT_CONFIG_H + +#if __STDC_VERSION__ < 199901L +#define MQTT_INLINE __inline +#else +#define MQTT_INLINE inline +#endif + +#endif |
