mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
6 lines
97 B
C++
6 lines
97 B
C++
#pragma once
|
|
|
|
#if !defined(USE_MUSL)
|
|
void checkHarmfulEnvironmentVariables(char ** argv);
|
|
#endif
|