From a896ca2a8c617e5e00ffd5fc9e69331ad754e5b3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 15 Feb 2017 17:40:40 +0000 Subject: add arc4random_addrandom sysdep; next batch of types changes. The library isn't supposed to be functional yet: there are still a lot of type mismatches. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index fe7f1b8..312a8ad 100755 --- a/configure +++ b/configure @@ -512,6 +512,7 @@ EOF choose cl futimens FUTIMENS 'futimens()' choose cl futimes FUTIMES 'futimes()' choose cl arc4random ARC4RANDOM 'arc4random()' + choose cl arc4random_addrandom ARC4RANDOM_ADDRANDOM 'arc4random_addrandom()' choose cl getrandom GETRANDOM 'getrandom()' choose cl itimer ITIMER 'setitimer()' -- cgit v1.2.3