xref: /llvm-project/flang/runtime/config.h.cmake (revision e8baa792e7db0b03a842448b5e85623da48a4367)
1#ifndef FORTRAN_RUNTIME_CONFIG_H
2#define FORTRAN_RUNTIME_CONFIG_H
3
4/* Define to 1 if you have the `strerror_r' function. */
5#cmakedefine01 HAVE_STRERROR_R
6
7/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
8   don't. */
9#cmakedefine01 HAVE_DECL_STRERROR_S
10
11/* Define to 1 if you have the `backtrace' function. */
12#cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
13
14#define BACKTRACE_HEADER <${BACKTRACE_HEADER}>
15
16#endif
17