Lines 102-107
Link Here
|
102 |
MD5_OPT= |
102 |
MD5_OPT= |
103 |
MD5_ASM=NO |
103 |
MD5_ASM=NO |
104 |
|
104 |
|
|
|
105 |
USE_SYSLOG=NO |
106 |
|
105 |
USE_SHA1=NO |
107 |
USE_SHA1=NO |
106 |
SHA1=NONE |
108 |
SHA1=NONE |
107 |
SHA1_OPT= |
109 |
SHA1_OPT= |
Lines 225-230
Link Here
|
225 |
--with-md5-opt=*) MD5_OPT="$value" ;; |
227 |
--with-md5-opt=*) MD5_OPT="$value" ;; |
226 |
--with-md5-asm) MD5_ASM=YES ;; |
228 |
--with-md5-asm) MD5_ASM=YES ;; |
227 |
|
229 |
|
|
|
230 |
--with-syslog) USE_SYSLOG=YES ;; |
231 |
|
228 |
--with-sha1=*) SHA1="$value" ;; |
232 |
--with-sha1=*) SHA1="$value" ;; |
229 |
--with-sha1-opt=*) SHA1_OPT="$value" ;; |
233 |
--with-sha1-opt=*) SHA1_OPT="$value" ;; |
230 |
--with-sha1-asm) SHA1_ASM=YES ;; |
234 |
--with-sha1-asm) SHA1_ASM=YES ;; |
Lines 233-238
Link Here
|
233 |
--with-zlib-opt=*) ZLIB_OPT="$value" ;; |
237 |
--with-zlib-opt=*) ZLIB_OPT="$value" ;; |
234 |
--with-zlib-asm=*) ZLIB_ASM="$value" ;; |
238 |
--with-zlib-asm=*) ZLIB_ASM="$value" ;; |
235 |
|
239 |
|
|
|
240 |
--with-syslog) USE_SYSLOG="YES" ;; |
241 |
|
236 |
--test-build-devpoll) NGX_TEST_BUILD_DEVPOLL=YES ;; |
242 |
--test-build-devpoll) NGX_TEST_BUILD_DEVPOLL=YES ;; |
237 |
--test-build-eventport) NGX_TEST_BUILD_EVENTPORT=YES ;; |
243 |
--test-build-eventport) NGX_TEST_BUILD_EVENTPORT=YES ;; |
238 |
--test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;; |
244 |
--test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;; |
Lines 341-346
Link Here
|
341 |
--with-md5-opt=OPTIONS set additional options for md5 building |
347 |
--with-md5-opt=OPTIONS set additional options for md5 building |
342 |
--with-md5-asm use md5 assembler sources |
348 |
--with-md5-asm use md5 assembler sources |
343 |
|
349 |
|
|
|
350 |
--with-syslog use syslog instead of files to log messages |
351 |
|
344 |
--with-sha1=DIR set path to sha1 library sources |
352 |
--with-sha1=DIR set path to sha1 library sources |
345 |
--with-sha1-opt=OPTIONS set additional options for sha1 building |
353 |
--with-sha1-opt=OPTIONS set additional options for sha1 building |
346 |
--with-sha1-asm use sha1 assembler sources |
354 |
--with-sha1-asm use sha1 assembler sources |
Lines 356-361
Link Here
|
356 |
|
364 |
|
357 |
--with-debug enable the debugging logging |
365 |
--with-debug enable the debugging logging |
358 |
|
366 |
|
|
|
367 |
--with-syslog enable syslog support (disables writing to file) |
368 |
|
359 |
END |
369 |
END |
360 |
|
370 |
|
361 |
exit 1 |
371 |
exit 1 |