summaryrefslogtreecommitdiffhomepage
path: root/auto/unix
diff options
context:
space:
mode:
Diffstat (limited to 'auto/unix')
-rw-r--r--auto/unix16
1 files changed, 0 insertions, 16 deletions
diff --git a/auto/unix b/auto/unix
index 18256007..59c7f68a 100644
--- a/auto/unix
+++ b/auto/unix
@@ -3,22 +3,6 @@
# Copyright (C) NGINX, Inc.
-nxt_feature="arc4random()"
-nxt_feature_name=NXT_HAVE_ARC4RANDOM
-nxt_feature_run=
-nxt_feature_incs=
-nxt_feature_libs=
-nxt_feature_test="#include <stdlib.h>
-
- int main() {
-
- (void) arc4random();
-
- return 0;
- }"
-. auto/feature
-
-
# Linux 3.17 getrandom().
nxt_feature="getrandom()"