config.h.in 210 B

1234567891011121314
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #ifndef __cplusplus
  4. # define inline ${C_INLINE_KEYWORD}
  5. #endif
  6. #cmakedefine HAVE_SELECT
  7. #cmakedefine HAVE_POLL
  8. #define AMQ_PLATFORM "@CMAKE_SYSTEM@"
  9. #endif /* CONFIG_H */