comparison src/core/nginx.c @ 3231:e7c1fdbe5e98

fix r3211
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Oct 2009 12:00:37 +0000
parents 794613efbb71
children d788521e4b0e
comparison
equal deleted inserted replaced
3230:a7491af45540 3231:e7c1fdbe5e98
237 237
238 if (ngx_show_configure) { 238 if (ngx_show_configure) {
239 #ifdef NGX_COMPILER 239 #ifdef NGX_COMPILER
240 ngx_log_stderr(0, "built by " NGX_COMPILER); 240 ngx_log_stderr(0, "built by " NGX_COMPILER);
241 #endif 241 #endif
242 #if (NGX_SSL)
242 #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME 243 #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME
243 ngx_log_stderr(0, "TLS SNI support enabled"); 244 ngx_log_stderr(0, "TLS SNI support enabled");
245 #else
246 ngx_log_stderr(0, "TLS SNI support disabled");
247 #endif
244 #endif 248 #endif
245 ngx_log_stderr(0, "configure arguments:" NGX_CONFIGURE); 249 ngx_log_stderr(0, "configure arguments:" NGX_CONFIGURE);
246 } 250 }
247 251
248 if (!ngx_test_config) { 252 if (!ngx_test_config) {