| 1234567891011121314151617181920 |
- /*
- * Copyright (C) 2019 Intel Corporation. All rights reserved.
- * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- */
- /**
- * @file bh_config.h
- * @date Tue Sep 13 14:53:17 2011
- *
- * @brief Configurations for different platforms and targets. Make
- * sure all source files in Beihai project include this header file
- * directly or indirectly.
- */
- #ifndef BH_CONFIG
- #include "config.h"
- #endif /* end of BH_CONFIG */
|