mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 14:13:33 -06:00
add comment
This commit is contained in:
parent
48ae1ac29b
commit
674ebb08ed
@ -236,20 +236,21 @@ main(int argc, char *const *argv)
|
|||||||
ngx_write_fd(ngx_stderr_fileno, "nginx version: " NGINX_VER CRLF,
|
ngx_write_fd(ngx_stderr_fileno, "nginx version: " NGINX_VER CRLF,
|
||||||
sizeof("nginx version: " NGINX_VER CRLF) - 1);
|
sizeof("nginx version: " NGINX_VER CRLF) - 1);
|
||||||
|
|
||||||
#ifndef __WATCOMC__
|
|
||||||
|
|
||||||
if (ngx_show_configure) {
|
if (ngx_show_configure) {
|
||||||
#ifdef NGX_COMPILER
|
#ifdef NGX_COMPILER
|
||||||
ngx_write_fd(ngx_stderr_fileno, "built by " NGX_COMPILER CRLF,
|
ngx_write_fd(ngx_stderr_fileno, "built by " NGX_COMPILER CRLF,
|
||||||
sizeof("built by " NGX_COMPILER CRLF) - 1);
|
sizeof("built by " NGX_COMPILER CRLF) - 1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ngx_write_fd(ngx_stderr_fileno,
|
#ifndef __WATCOMC__
|
||||||
"configure arguments " NGX_CONFIGURE CRLF,
|
|
||||||
sizeof("configure arguments " NGX_CONFIGURE CRLF) - 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
/* OpenWatcomC could not build the long NGX_CONFIGURE string */
|
||||||
|
|
||||||
|
ngx_write_fd(ngx_stderr_fileno,
|
||||||
|
"configure arguments: " NGX_CONFIGURE CRLF,
|
||||||
|
sizeof("configure arguments :" NGX_CONFIGURE CRLF) - 1);
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
if (!ngx_test_config) {
|
if (!ngx_test_config) {
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user