config.h.in 151 B

12345678910
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #cmakedefine HAVE_SELECT
  4. #cmakedefine HAVE_POLL
  5. #define AMQ_PLATFORM "@CMAKE_SYSTEM_NAME@"
  6. #endif /* CONFIG_H */