comparison src/core/nginx.c @ 386:1878e9c00f22 NGINX_0_6_37

nginx 0.6.37 *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support in mail proxy server. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.6.36.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 May 2009 00:00:00 +0400
parents fc497c1dfb7c
children
comparison
equal deleted inserted replaced
385:842321c9fc84 386:1878e9c00f22
259 if (ngx_write_fd(ngx_stderr_fileno, p, n) != n) { 259 if (ngx_write_fd(ngx_stderr_fileno, p, n) != n) {
260 return 1; 260 return 1;
261 } 261 }
262 #endif 262 #endif
263 263
264 p = "configure arguments: " NGX_CONFIGURE CRLF; 264 p = "configure arguments:" NGX_CONFIGURE CRLF;
265 n = sizeof("configure arguments :" NGX_CONFIGURE CRLF) - 1; 265 n = sizeof("configure arguments:" NGX_CONFIGURE CRLF) - 1;
266 266
267 if (ngx_write_fd(ngx_stderr_fileno, p, n) != n) { 267 if (ngx_write_fd(ngx_stderr_fileno, p, n) != n) {
268 return 1; 268 return 1;
269 } 269 }
270 } 270 }