[Docs][llvm-exegesis] Minor adjustments for clarity
[llvm-project.git] / flang / runtime / config.h.cmake
blob0a1d1394b9bc49561d78d1b0ae6c3f98528baadb
1 #ifndef FORTRAN_RUNTIME_CONFIG_H
2 #define FORTRAN_RUNTIME_CONFIG_H
4 /* Define to 1 if you have the `strerror_r' function. */
5 #cmakedefine01 HAVE_STRERROR_R
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
11 #endif