Remove strange files

This commit is contained in:
Alexey Milovidov 2020-08-24 16:27:47 +03:00
parent dfe870e38c
commit 0a7fb4eb80
3 changed files with 0 additions and 76 deletions

View File

@ -1,15 +0,0 @@
#pragma once
// .h autogenerated by cmake!
#define USE_RE2_ST 0
#define USE_SSL 0
#define USE_HDFS 0
#define USE_AWS_S3 0
#define USE_BROTLI 0
#define USE_UNWIND 0
#define USE_OPENCL 0
#define USE_CASSANDRA 0
#define USE_SENTRY 0
#define USE_GRPC 0
#define CLICKHOUSE_SPLIT_BINARY 0

View File

@ -1,50 +0,0 @@
#pragma once
// .h autogenerated by cmake!
#define USE_DBMS_TCP_PROTOCOL_VERSION 0
#if USE_DBMS_TCP_PROTOCOL_VERSION
#include "Core/Defines.h"
#ifndef VERSION_REVISION
#define VERSION_REVISION DBMS_TCP_PROTOCOL_VERSION
#endif
#else
/* #undef VERSION_REVISION */
#endif
#define VERSION_NAME "Project"
#define DBMS_NAME VERSION_NAME
/* #undef VERSION_MAJOR */
/* #undef VERSION_MINOR */
/* #undef VERSION_PATCH */
/* #undef VERSION_STRING */
#define VERSION_STRING_SHORT "."
/* #undef VERSION_OFFICIAL */
#define VERSION_FULL "Project "
/* #undef VERSION_DESCRIBE */
/* #undef VERSION_GITHASH */
#define VERSION_INTEGER ERROR
#if defined(VERSION_MAJOR)
#define DBMS_VERSION_MAJOR VERSION_MAJOR
#else
#define DBMS_VERSION_MAJOR 0
#endif
#if defined(VERSION_MINOR)
#define DBMS_VERSION_MINOR VERSION_MINOR
#else
#define DBMS_VERSION_MINOR 0
#endif
#if defined(VERSION_PATCH)
#define DBMS_VERSION_PATCH VERSION_PATCH
#else
#define DBMS_VERSION_PATCH 0
#endif
#if !defined(VERSION_OFFICIAL)
# define VERSION_OFFICIAL ""
#endif

View File

@ -1,11 +0,0 @@
#pragma once
// .h autogenerated by cmake!
#define USE_ICU 0
#define USE_MYSQL 0
#define USE_RDKAFKA 0
#define USE_EMBEDDED_COMPILER 0
#define USE_INTERNAL_LLVM_LIBRARY 0
#define USE_SSL 0
#define USE_OPENCL 0