mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
6 lines
154 B
C++
6 lines
154 B
C++
#if __has_include(<rdkafka.h>) // maybe bundled
|
|
# include_next <rdkafka.h> // Y_IGNORE
|
|
#else // system
|
|
# include_next <librdkafka/rdkafka.h>
|
|
#endif
|