mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
24 lines
741 B
C++
24 lines
741 B
C++
/*
|
|
* WARNING: do not edit!
|
|
* Generated by util/mkbuildinf.pl
|
|
*
|
|
* Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
|
|
*
|
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
* this file except in compliance with the License. You can obtain a copy
|
|
* in the file LICENSE in the source distribution or at
|
|
* https://www.openssl.org/source/license.html
|
|
*/
|
|
|
|
#define PLATFORM "platform: linux-x86_64"
|
|
#define DATE "built on: Sat Dec 14 00:28:08 2019 UTC"
|
|
|
|
/*
|
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
* workaround for the situation where CFLAGS gets too long for a C90 string
|
|
* literal
|
|
*/
|
|
|
|
/// Edited because I don't care.
|
|
static const char compiler_flags[] = "";
|