ClickHouse/src/Common/EnvironmentChecks.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
97 B
C++
Raw Normal View History

2024-07-03 14:54:09 +00:00
#pragma once
#if !defined(USE_MUSL)
void checkHarmfulEnvironmentVariables(char ** argv);
#endif