diff options
Diffstat (limited to 'auto')
-rw-r--r-- | auto/unix | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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()" |