diff options
Diffstat (limited to 'llvm/include/llvm/Config/config.h.cmake')
| -rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 26a39b224e4..4ebae94944e 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -327,6 +327,9 @@ /* Define to 1 if you have the `setenv' function. */ #cmakedefine HAVE_SETENV ${HAVE_SETENV} +/* Define to 1 if you have the `_chsize_s' function. */ +#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S} + /* Define to 1 if you have the `setjmp' function. */ #undef HAVE_SETJMP |

