mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-02 03:28:01 +00:00
8 lines
172 B
C
8 lines
172 B
C
#ifndef CPPKAFKA_CONFIG_H
|
|
#define CPPKAFKA_CONFIG_H
|
|
|
|
/* Define if the zookeeper extensions are enabled */
|
|
#cmakedefine CPPKAFKA_HAVE_ZOOKEEPER
|
|
|
|
#endif // CPPKAFKA_CONFIG_H
|