summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-01 18:16:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-01 18:16:16 +0000
commit9d9c19cf9672d4a19237b9bf7c22cbb0c5809b07 (patch)
tree266a90918b8fe286c239c94390df8c990a6eebe8 /include
parent90b3b7162af3a522679f2fd582601b7a670de735 (diff)
downloadllvm-9d9c19cf9672d4a19237b9bf7c22cbb0c5809b07.tar.gz
llvm-9d9c19cf9672d4a19237b9bf7c22cbb0c5809b07.tar.bz2
llvm-9d9c19cf9672d4a19237b9bf7c22cbb0c5809b07.tar.xz
Add HAVE_SBRK
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19222 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 f3f8129a4e..b113793e7f 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -231,6 +231,9 @@
/* Define to 1 if you have the `rindex' function. */
#undef HAVE_RINDEX
+/* Define to 1 if you have the `sbrk' function. */
+#undef HAVE_SBRK
+
/* Define to 1 if you have the `setrlimit' function. */
#undef HAVE_SETRLIMIT