mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-03 11:44:09 +00:00
15 lines
210 B
C
15 lines
210 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#ifndef __cplusplus
|
||
|
# define inline ${C_INLINE_KEYWORD}
|
||
|
#endif
|
||
|
|
||
|
#cmakedefine HAVE_SELECT
|
||
|
|
||
|
#cmakedefine HAVE_POLL
|
||
|
|
||
|
#define AMQ_PLATFORM "@CMAKE_SYSTEM@"
|
||
|
|
||
|
#endif /* CONFIG_H */
|