xref: /llvm-project/flang/include/flang/Config/config.h.cmake (revision b98ad941a40c96c841bceb171725c925500fce6c)
19e7548abSGary Klimowicz#===-- include/flang/Config/config.h.cmake ---------------------------------===#
29e7548abSGary Klimowicz#
39e7548abSGary Klimowicz# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
49e7548abSGary Klimowicz# See https://llvm.org/LICENSE.txt for license information.
59e7548abSGary Klimowicz# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
69e7548abSGary Klimowicz#
7*cea1040dSGary Klimowicz#===------------------------------------------------------------------------===#
89e7548abSGary Klimowicz
978f3c745SStephane Chauveau/* This generated file is for internal use. Do not include it from headers. */
1078f3c745SStephane Chauveau
1178f3c745SStephane Chauveau#ifdef FLANG_CONFIG_H
1278f3c745SStephane Chauveau#error config.h can only be included once
1378f3c745SStephane Chauveau#else
1478f3c745SStephane Chauveau#define FLANG_CONFIG_H
1578f3c745SStephane Chauveau
1678f3c745SStephane Chauveau
1778f3c745SStephane Chauveau#define FLANG_VERSION            "${FLANG_VERSION}"
1878f3c745SStephane Chauveau
1978f3c745SStephane Chauveau#endif
2078f3c745SStephane Chauveau
2178f3c745SStephane Chauveau
22