summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2009-07-01 18:30:10 +0000
committerJeffrey Yasskin <jyasskin@google.com>2009-07-01 18:30:10 +0000
commit342a343a570a8e6c80ce11ecb9df7bc65c315975 (patch)
treee1f6f2a322b98ad37c3be8791ce1ab6efd00a530 /include/llvm/Config/config.h.in
parent0b19bb76db13c89752cd308d21cb7203325039e8 (diff)
downloadllvm-342a343a570a8e6c80ce11ecb9df7bc65c315975.tar.gz
llvm-342a343a570a8e6c80ce11ecb9df7bc65c315975.tar.bz2
llvm-342a343a570a8e6c80ce11ecb9df7bc65c315975.tar.xz
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/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 9452ce7c0d..4dd1345d0e 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