Files
rabbitmq-c/cmake/config.h.in
2026-04-02 23:18:28 +08:00

13 lines
187 B
C

#ifndef CONFIG_H
#define CONFIG_H
#cmakedefine HAVE_SELECT
#cmakedefine HAVE_POLL
#define AMQ_PLATFORM "@CMAKE_SYSTEM_NAME@"
#cmakedefine ENABLE_SSL_ENGINE_API
#endif /* CONFIG_H */