ClickHouse/src/Daemon
Robert Schulze 1a0b5f33b3
More consistent use of platform macros
cmake/target.cmake defines macros for the supported platforms, this
commit changes predefined system macros to our own macros.

__linux__ --> OS_LINUX
__APPLE__ --> OS_DARWIN
__FreeBSD__ --> OS_FREEBSD
2022-06-10 10:22:31 +02:00
..
BaseDaemon.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
BaseDaemon.h
CMakeLists.txt Fix build 2022-04-29 10:26:38 +08:00
GraphiteWriter.cpp
GraphiteWriter.h
SentryWriter.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
SentryWriter.h Fixing some warnings 2022-05-16 20:59:27 +02:00