summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2013-09-01 19:47:54 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2013-09-01 19:47:54 +0000
commit1df1a9ab202aeea4ceb0fa191ed2dd1d7bbb3f4e (patch)
treef549fdad169c9a61afbc2184e3270d0fbc33b7e3 /lib
parentf0b719883328e4b23aea03eb59056872c323484a (diff)
use arc4random() as the preferred random number source in fontconfig
ok matthieu@
Diffstat (limited to 'lib')
-rw-r--r--lib/fontconfig/common/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fontconfig/common/config.h b/lib/fontconfig/common/config.h
index b012f8e00..ce8c1c865 100644
--- a/lib/fontconfig/common/config.h
+++ b/lib/fontconfig/common/config.h
@@ -32,6 +32,9 @@
#define FLEXIBLE_ARRAY_MEMBER /**/
#endif
+/* Define to 1 if you have the `arc4random' function. */
+#define HAVE_ARC4RANDOM 1
+
/* Define to 1 if you have the `chsize' function. */
/* #undef HAVE_CHSIZE */