unix (1297:f04b5f7d6137) unix (2151:fab207c6836c)
1
2# Copyright (C) Igor Sysoev
3# Copyright (C) NGINX, Inc.
4
5
6# Linux 3.17 with glibc 2.25, FreeBSD 12, Solaris 11.3.
7
8nxt_feature="getrandom()"

--- 164 unchanged lines hidden (view full) ---

173 . auto/feature
174
175 if [ $nxt_found = yes ]; then
176 NXT_LIBDL="-ldl"
177 fi
178fi
179
180
1
2# Copyright (C) Igor Sysoev
3# Copyright (C) NGINX, Inc.
4
5
6# Linux 3.17 with glibc 2.25, FreeBSD 12, Solaris 11.3.
7
8nxt_feature="getrandom()"

--- 164 unchanged lines hidden (view full) ---

173 . auto/feature
174
175 if [ $nxt_found = yes ]; then
176 NXT_LIBDL="-ldl"
177 fi
178fi
179
180
181nxt_feature="posix_spawn()"
182nxt_feature_name=NXT_HAVE_POSIX_SPAWN
183nxt_feature_run=
184nxt_feature_incs=
185nxt_feature_libs=
186nxt_feature_test="#include <spawn.h>
187 #include <unistd.h>
188
189 int main(int argc, char *argv[]) {
190 (void) posix_spawn(NULL, \"\", NULL, NULL, argv, NULL);
191 return 0;
192 }"
193. auto/feature
194
195
196# NetBSD 1.0, OpenBSD 1.0, FreeBSD 2.2 setproctitle().
197
198nxt_feature="setproctitle()"
199nxt_feature_name=NXT_HAVE_SETPROCTITLE
200nxt_feature_run=
201nxt_feature_incs=
202nxt_feature_libs=
203nxt_feature_test="#include <stdlib.h>

--- 23 unchanged lines hidden ---
181# NetBSD 1.0, OpenBSD 1.0, FreeBSD 2.2 setproctitle().
182
183nxt_feature="setproctitle()"
184nxt_feature_name=NXT_HAVE_SETPROCTITLE
185nxt_feature_run=
186nxt_feature_incs=
187nxt_feature_libs=
188nxt_feature_test="#include <stdlib.h>

--- 23 unchanged lines hidden ---