mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-02 19:57:49 +00:00
4 lines
91 B
C++
4 lines
91 B
C++
#include <librdkafka/rdkafka.h>
|
|
#if RD_KAFKA_VERSION >= 0x00090400
|
|
int main() { }
|
|
#endif |