nginx/src/http/ngx_http_config.h


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGX_HTTP_CONFIG_H_INCLUDED_
#define _NGX_HTTP_CONFIG_H_INCLUDED_


#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>


ngx_http_conf_ctx_t;


ngx_http_module_t;


#define NGX_HTTP_MODULE

#define NGX_HTTP_MAIN_CONF
#define NGX_HTTP_SRV_CONF
#define NGX_HTTP_LOC_CONF
#define NGX_HTTP_UPS_CONF
#define NGX_HTTP_SIF_CONF
#define NGX_HTTP_LIF_CONF
#define NGX_HTTP_LMT_CONF


#define NGX_HTTP_MAIN_CONF_OFFSET
#define NGX_HTTP_SRV_CONF_OFFSET
#define NGX_HTTP_LOC_CONF_OFFSET


#define ngx_http_get_module_main_conf(r, module)
#define ngx_http_get_module_srv_conf(r, module)
#define ngx_http_get_module_loc_conf(r, module)


#define ngx_http_conf_get_module_main_conf(cf, module)
#define ngx_http_conf_get_module_srv_conf(cf, module)
#define ngx_http_conf_get_module_loc_conf(cf, module)

#define ngx_http_cycle_get_module_main_conf(cycle, module)


#endif /* _NGX_HTTP_CONFIG_H_INCLUDED_ */