comparison src/core/ngx_core.h @ 6378:0f203a2af17c

Dynamic modules: moved module-related stuff to separate files.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 04 Feb 2016 18:30:21 +0300
parents 8b6fa4842133
children 7142b04337d6
comparison
equal deleted inserted replaced
6377:11e019750adc 6378:0f203a2af17c
81 #if (NGX_OPENSSL) 81 #if (NGX_OPENSSL)
82 #include <ngx_event_openssl.h> 82 #include <ngx_event_openssl.h>
83 #endif 83 #endif
84 #include <ngx_process_cycle.h> 84 #include <ngx_process_cycle.h>
85 #include <ngx_conf_file.h> 85 #include <ngx_conf_file.h>
86 #include <ngx_module.h>
86 #include <ngx_open_file_cache.h> 87 #include <ngx_open_file_cache.h>
87 #include <ngx_os.h> 88 #include <ngx_os.h>
88 #include <ngx_connection.h> 89 #include <ngx_connection.h>
89 #include <ngx_syslog.h> 90 #include <ngx_syslog.h>
90 #include <ngx_proxy_protocol.h> 91 #include <ngx_proxy_protocol.h>