mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 13:20:25 +00:00
ea5efd1ea8
Original-commit: flang-compiler/f18@0575b54cc7 Reviewed-on: https://github.com/flang-compiler/f18/pull/1068
12 lines
289 B
CMake
12 lines
289 B
CMake
#ifndef FORTRAN_RUNTIME_CONFIG_H
|
|
#define FORTRAN_RUNTIME_CONFIG_H
|
|
|
|
/* Define to 1 if you have the `strerror_r' function. */
|
|
#cmakedefine01 HAVE_STRERROR_R
|
|
|
|
/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
|
|
don't. */
|
|
#cmakedefine01 HAVE_DECL_STRERROR_S
|
|
|
|
#endif
|