mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
5 lines
90 B
C++
5 lines
90 B
C++
#pragma once
|
|
#include <vector>
|
|
|
|
extern const std::vector<const char *> auto_config_build;
|