bh_config.h 435 B

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