Add HAVE_SBRK
authorReid Spencer <rspencer@reidspencer.com>
Sat, 1 Jan 2005 18:16:16 +0000 (18:16 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 1 Jan 2005 18:16:16 +0000 (18:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19222 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.in

index f3f8129a4e7b123e91999da9a5ce99a908d3f6fb..b113793e7fd1866a7a3c66b9484d32adbd775b6a 100644 (file)
 /* 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