diff options
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 8963d08ff..573675692 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -56,8 +56,10 @@ typedef struct ngx_connection_s ngx_connection_t; */ +#if 0 /* STUB */ extern ngx_log_t ngx_log; +#endif #endif /* _NGX_CORE_H_INCLUDED_ */ |