This commit is contained in:
bing
2026-04-02 23:18:28 +08:00
commit 6198e1b53c
112 changed files with 20893 additions and 0 deletions

12
cmake/config.h.in Normal file
View File

@@ -0,0 +1,12 @@
#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 */