unix (676:24e245cc1d4e) unix (732:ab017ff0ee67)
1
2# Copyright (C) Igor Sysoev
3# Copyright (C) NGINX, Inc.
4
5
1
2# Copyright (C) Igor Sysoev
3# Copyright (C) NGINX, Inc.
4
5
6# getrandom().
6# Linux 3.17 with glibc 2.25, FreeBSD 12, Solaris 11.3.
7
8nxt_feature="getrandom()"
9nxt_feature_name=NXT_HAVE_GETRANDOM
10nxt_feature_run=yes
11nxt_feature_incs=
12nxt_feature_libs=
13nxt_feature_test="#include <unistd.h>
14 #include <sys/random.h>

--- 153 unchanged lines hidden ---
7
8nxt_feature="getrandom()"
9nxt_feature_name=NXT_HAVE_GETRANDOM
10nxt_feature_run=yes
11nxt_feature_incs=
12nxt_feature_libs=
13nxt_feature_test="#include <unistd.h>
14 #include <sys/random.h>

--- 153 unchanged lines hidden ---