summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-05-05 16:36:16 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-05-05 16:36:16 +0000
commite0b0e7b2950d3c132004105bba5f36a8eaea7925 (patch)
treeefbc741458280913c775d1bb3b0cda7212b9b8e0 /include/llvm/Config/config.h.in
parent0017180e70edb1461e06a4aeafd95d760a539e69 (diff)
downloadllvm-e0b0e7b2950d3c132004105bba5f36a8eaea7925.tar.gz
llvm-e0b0e7b2950d3c132004105bba5f36a8eaea7925.tar.bz2
llvm-e0b0e7b2950d3c132004105bba5f36a8eaea7925.tar.xz
[build] Add build check for ::arc4random().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156236 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 677bf2e40b..0c288885fd 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -24,6 +24,9 @@
/* Directory where gcc is installed. */
#undef GCC_INSTALL_PREFIX
+/* Define to 1 if you have the `arc4random' function. */
+#undef HAVE_ARC4RANDOM
+
/* Define to 1 if you have the `argz_append' function. */
#undef HAVE_ARGZ_APPEND