aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/includes/configs/clickhouse_config.h
blob: 1967e8ce7d59ae06851a7b43f3e916da3d0fed94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/// This file was autogenerated by CMake

#pragma once

#define USE_CPUID 1
#define USE_BASE64 1
#define USE_SSL 1
#define USE_HDFS 0
#define USE_AWS_S3 1
#define USE_AZURE_BLOB_STORAGE 0
#define USE_BROTLI 0
#define USE_CASSANDRA 0
#define USE_SENTRY 0
#define USE_GRPC 0
#define USE_SIMDJSON 0
#define USE_RAPIDJSON 1
#define USE_DATASKETCHES 0
#define USE_YAML_CPP 0
#define USE_BZIP2 0
#define USE_MINIZIP 0
#define USE_SNAPPY 1
#define USE_HIVE 0
#define USE_ODBC 0
#define USE_REPLXX 1
#define USE_JEMALLOC 0
#define USE_GWP_ASAN 0
#define USE_H3 1
#define USE_S2_GEOMETRY 0
#define USE_FASTOPS 1
#define USE_NLP 0
#define USE_VECTORSCAN 0
#define USE_LIBURING 0
#define USE_AVRO 1
#define USE_CAPNP 0
#define USE_PARQUET 0
#define USE_ORC 0
#define USE_ARROW 0
#define USE_PROTOBUF 0
#define USE_MSGPACK 1
#define USE_ICU 1
#define USE_MYSQL 0
#define USE_RDKAFKA 0
#define USE_AMQPCPP 0
#define USE_NATSIO 0
#define USE_EMBEDDED_COMPILER 0
#define USE_LDAP 0
#define USE_ROCKSDB 0
#define USE_LIBPQXX 0
#define USE_SQLITE 0
#define USE_NURAFT 0
#define USE_KRB5 0
#define USE_FILELOG defined(OS_LINUX)
#define USE_ODBC 0
#define USE_BORINGSSL 0
#define USE_BLAKE3 0
#define USE_SKIM 0
#define USE_PRQL 0
#define USE_OPENSSL_INTREE 0
#define USE_ULID 0
#define FIU_ENABLE 0
#define USE_BCRYPT 0
#define USE_LIBARCHIVE 0

/// This is needed for .incbin in assembly. For some reason, include paths don't work there in presence of LTO.
/// That's why we use absolute paths.
#define SOURCE_DIR "/var/empty/tmp/source"