summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
blob: 7f3fa71fa11ef1fb65ddf0d3115a8ee42aea7608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
#ifndef CONFIG_H
#define CONFIG_H

#ifndef __cplusplus
# define inline ${C_INLINE_KEYWORD}
#endif

#cmakedefine HAVE_HTONLL

#define AMQ_PLATFORM "@CMAKE_SYSTEM@"

#endif /* CONFIG_H */