From: Reid Spencer Date: Sat, 1 Jan 2005 18:16:16 +0000 (+0000) Subject: Add HAVE_SBRK X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9d9c19cf9672d4a19237b9bf7c22cbb0c5809b07;p=oota-llvm.git Add HAVE_SBRK git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19222 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index f3f8129a4e7..b113793e7fd 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