summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
blob: ab49d5fb1a253dbbcd795bd2c7e6372757bf31ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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_NAME@"

#endif /* CONFIG_H */