config.h.in 215 Bytes Edit Raw Blame History Permalink 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 */