comparison src/core/ngx_core.h @ 6107:db08fed33195 stable-1.8

Core: ensure that ngx_config.h is always included first. This fixes compilation of various 3rd party modules when nginx is configured with threads.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Apr 2015 18:18:37 +0300
parents 466bd63b63d1
children
comparison
equal deleted inserted replaced
6104:2d70fc85b3b2 6107:db08fed33195
5 */ 5 */
6 6
7 7
8 #ifndef _NGX_CORE_H_INCLUDED_ 8 #ifndef _NGX_CORE_H_INCLUDED_
9 #define _NGX_CORE_H_INCLUDED_ 9 #define _NGX_CORE_H_INCLUDED_
10
11
12 #include <ngx_config.h>
10 13
11 14
12 typedef struct ngx_module_s ngx_module_t; 15 typedef struct ngx_module_s ngx_module_t;
13 typedef struct ngx_conf_s ngx_conf_t; 16 typedef struct ngx_conf_s ngx_conf_t;
14 typedef struct ngx_cycle_s ngx_cycle_t; 17 typedef struct ngx_cycle_s ngx_cycle_t;