aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
blob: 984e2601e37eeb2ffd44fdcb5e1c4dc4abdc1975 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MQTT_CONFIG_H
#define MQTT_CONFIG_H

#if __STDC_VERSION__ < 199901L
#define MQTT_INLINE __inline
#else
#define MQTT_INLINE inline
#endif

#endif