diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2009-07-01 18:30:10 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2009-07-01 18:30:10 +0000 |
commit | 342a343a570a8e6c80ce11ecb9df7bc65c315975 (patch) | |
tree | e1f6f2a322b98ad37c3be8791ce1ab6efd00a530 /include | |
parent | 0b19bb76db13c89752cd308d21cb7203325039e8 (diff) | |
download | external_llvm-342a343a570a8e6c80ce11ecb9df7bc65c315975.zip external_llvm-342a343a570a8e6c80ce11ecb9df7bc65c315975.tar.gz external_llvm-342a343a570a8e6c80ce11ecb9df7bc65c315975.tar.bz2 |
Update configure and config.h.in from r74621.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 9452ce7..4dd1345 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -369,6 +369,9 @@ /* Define to 1 if you have the `strerror_r' function. */ #undef HAVE_STRERROR_R +/* Define to 1 if you have the `strerror_s' function. */ +#undef HAVE_STRERROR_S + /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H |