#if defined(__linux__) #include namespace DB { bool hasLinuxCapability(decltype(CAP_NET_ADMIN) cap); } #endif