Lines Matching refs:with

204         --with-select_module)            EVENT_SELECT=YES           ;;
206 --with-poll_module) EVENT_POLL=YES ;;
209 --with-ff_module) USE_FSTACK=YES ;;
211 --with-threads) USE_THREADS=YES ;;
213 --with-file-aio) NGX_FILE_AIO=YES ;;
215 --with-ipv6)
217 $0: warning: the \"--with-ipv6\" option is deprecated"
230 --with-http_ssl_module) HTTP_SSL=YES ;;
231 --with-http_v2_module) HTTP_V2=YES ;;
232 --with-http_realip_module) HTTP_REALIP=YES ;;
233 --with-http_addition_module) HTTP_ADDITION=YES ;;
234 --with-http_xslt_module) HTTP_XSLT=YES ;;
235 --with-http_xslt_module=dynamic) HTTP_XSLT=DYNAMIC ;;
236 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;;
237 --with-http_image_filter_module=dynamic)
239 --with-http_geoip_module) HTTP_GEOIP=YES ;;
240 --with-http_geoip_module=dynamic)
242 --with-http_sub_module) HTTP_SUB=YES ;;
243 --with-http_dav_module) HTTP_DAV=YES ;;
244 --with-http_flv_module) HTTP_FLV=YES ;;
245 --with-http_mp4_module) HTTP_MP4=YES ;;
246 --with-http_gunzip_module) HTTP_GUNZIP=YES ;;
247 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
248 --with-http_auth_request_module) HTTP_AUTH_REQUEST=YES ;;
249 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
250 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;;
251 --with-http_degradation_module) HTTP_DEGRADATION=YES ;;
252 --with-http_slice_module) HTTP_SLICE=YES ;;
287 --with-http_perl_module) HTTP_PERL=YES ;;
288 --with-http_perl_module=dynamic) HTTP_PERL=DYNAMIC ;;
289 --with-perl_modules_path=*) NGX_PERL_MODULES="$value" ;;
290 --with-perl=*) NGX_PERL="$value" ;;
293 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;;
295 --with-mail) MAIL=YES ;;
296 --with-mail=dynamic) MAIL=DYNAMIC ;;
297 --with-mail_ssl_module) MAIL_SSL=YES ;;
299 --with-imap)
302 $0: warning: the \"--with-imap\" option is deprecated, \
303 use the \"--with-mail\" option instead"
305 --with-imap_ssl_module)
308 $0: warning: the \"--with-imap_ssl_module\" option is deprecated, \
309 use the \"--with-mail_ssl_module\" option instead"
315 --with-stream) STREAM=YES ;;
316 --with-stream=dynamic) STREAM=DYNAMIC ;;
317 --with-stream_ssl_module) STREAM_SSL=YES ;;
318 --with-stream_realip_module) STREAM_REALIP=YES ;;
319 --with-stream_geoip_module) STREAM_GEOIP=YES ;;
320 --with-stream_geoip_module=dynamic)
322 --with-stream_ssl_preread_module)
341 --with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;;
342 --with-cpp_test_module) NGX_CPP_TEST=YES ;;
347 --with-compat) NGX_COMPAT=YES ;;
349 --with-cc=*) CC="$value" ;;
350 --with-cpp=*) CPP="$value" ;;
351 --with-cc-opt=*) NGX_CC_OPT="$value" ;;
352 --with-ld-opt=*) NGX_LD_OPT="$value" ;;
353 --with-cpu-opt=*) CPU="$value" ;;
354 --with-debug) NGX_DEBUG=YES ;;
357 --with-pcre) USE_PCRE=YES ;;
358 --with-pcre=*) PCRE="$value" ;;
359 --with-pcre-opt=*) PCRE_OPT="$value" ;;
360 --with-pcre-jit) PCRE_JIT=YES ;;
362 --with-openssl=*) OPENSSL="$value" ;;
363 --with-openssl-opt=*) OPENSSL_OPT="$value" ;;
365 --with-md5=*)
367 $0: warning: the \"--with-md5\" option is deprecated"
369 --with-md5-opt=*)
371 $0: warning: the \"--with-md5-opt\" option is deprecated"
373 --with-md5-asm)
375 $0: warning: the \"--with-md5-asm\" option is deprecated"
378 --with-sha1=*)
380 $0: warning: the \"--with-sha1\" option is deprecated"
382 --with-sha1-opt=*)
384 $0: warning: the \"--with-sha1-opt\" option is deprecated"
386 --with-sha1-asm)
388 $0: warning: the \"--with-sha1-asm\" option is deprecated"
391 --with-zlib=*) ZLIB="$value" ;;
392 --with-zlib-opt=*) ZLIB_OPT="$value" ;;
393 --with-zlib-asm=*) ZLIB_ASM="$value" ;;
395 --with-libatomic) NGX_LIBATOMIC=YES ;;
396 --with-libatomic=*) NGX_LIBATOMIC="$value" ;;
436 --with-select_module enable select module
438 --with-poll_module enable poll module
441 --with-ff_module enable F-Stack module
443 --with-threads enable thread pool support
445 --with-file-aio enable file AIO support
447 --with-http_ssl_module enable ngx_http_ssl_module
448 --with-http_v2_module enable ngx_http_v2_module
449 --with-http_realip_module enable ngx_http_realip_module
450 --with-http_addition_module enable ngx_http_addition_module
451 --with-http_xslt_module enable ngx_http_xslt_module
452 --with-http_xslt_module=dynamic enable dynamic ngx_http_xslt_module
453 --with-http_image_filter_module enable ngx_http_image_filter_module
454 --with-http_image_filter_module=dynamic
456 --with-http_geoip_module enable ngx_http_geoip_module
457 --with-http_geoip_module=dynamic enable dynamic ngx_http_geoip_module
458 --with-http_sub_module enable ngx_http_sub_module
459 --with-http_dav_module enable ngx_http_dav_module
460 --with-http_flv_module enable ngx_http_flv_module
461 --with-http_mp4_module enable ngx_http_mp4_module
462 --with-http_gunzip_module enable ngx_http_gunzip_module
463 --with-http_gzip_static_module enable ngx_http_gzip_static_module
464 --with-http_auth_request_module enable ngx_http_auth_request_module
465 --with-http_random_index_module enable ngx_http_random_index_module
466 --with-http_secure_link_module enable ngx_http_secure_link_module
467 --with-http_degradation_module enable ngx_http_degradation_module
468 --with-http_slice_module enable ngx_http_slice_module
469 --with-http_stub_status_module enable ngx_http_stub_status_module
507 --with-http_perl_module enable ngx_http_perl_module
508 --with-http_perl_module=dynamic enable dynamic ngx_http_perl_module
509 --with-perl_modules_path=PATH set Perl modules path
510 --with-perl=PATH set perl binary pathname
527 --with-mail enable POP3/IMAP4/SMTP proxy module
528 --with-mail=dynamic enable dynamic POP3/IMAP4/SMTP proxy module
529 --with-mail_ssl_module enable ngx_mail_ssl_module
534 --with-stream enable TCP/UDP proxy module
535 --with-stream=dynamic enable dynamic TCP/UDP proxy module
536 --with-stream_ssl_module enable ngx_stream_ssl_module
537 --with-stream_realip_module enable ngx_stream_realip_module
538 --with-stream_geoip_module enable ngx_stream_geoip_module
539 --with-stream_geoip_module=dynamic enable dynamic ngx_stream_geoip_module
540 --with-stream_ssl_preread_module enable ngx_stream_ssl_preread_module
557 --with-google_perftools_module enable ngx_google_perftools_module
558 --with-cpp_test_module enable ngx_cpp_test_module
563 --with-compat dynamic modules compatibility
565 --with-cc=PATH set C compiler pathname
566 --with-cpp=PATH set C preprocessor pathname
567 --with-cc-opt=OPTIONS set additional C compiler options
568 --with-ld-opt=OPTIONS set additional linker options
569 --with-cpu-opt=CPU build for the specified CPU, valid values:
574 --with-pcre force PCRE library usage
575 --with-pcre=DIR set path to PCRE library sources
576 --with-pcre-opt=OPTIONS set additional build options for PCRE
577 --with-pcre-jit build PCRE with JIT compilation support
579 --with-zlib=DIR set path to zlib library sources
580 --with-zlib-opt=OPTIONS set additional build options for zlib
581 --with-zlib-asm=CPU use zlib assembler sources optimized
585 --with-libatomic force libatomic_ops library usage
586 --with-libatomic=DIR set path to libatomic_ops library sources
588 --with-openssl=DIR set path to OpenSSL library sources
589 --with-openssl-opt=OPTIONS set additional build options for OpenSSL
591 --with-debug enable debug logging