nginx/auto/cc
Maxim Dounin 97f59dda09 Dynamic modules.
The auto/module script is extended to understand ngx_module_link=DYNAMIC.
When set, it links the module as a shared object rather than statically
into nginx binary.  The module can later be loaded using the "load_module"
directive.

New auto/module parameter ngx_module_order allows to define module loading
order in complex cases.  By default the order is set based on ngx_module_type.

3rd party modules can be compiled dynamically using the --add-dynamic-module
configure option, which will preset ngx_module_link to "DYNAMIC" before
calling the module config script.

Win32 support is rudimentary, and only works when using MinGW gcc (which
is able to handle exports/imports automatically).

In collaboration with Ruslan Ermilov.
2016-02-04 20:25:29 +03:00
..
acc Copyright updated. 2012-01-18 15:07:43 +00:00
bcc Copyright updated. 2012-01-18 15:07:43 +00:00
ccc Copyright updated. 2012-01-18 15:07:43 +00:00
clang Configure: added -Wno-deprecated-declarations on OS X. 2014-05-28 17:41:44 +04:00
conf Dynamic modules. 2016-02-04 20:25:29 +03:00
gcc Configure: added gcc5 to the list of known GCC versions. 2015-06-10 19:18:20 +03:00
icc Copyright updated. 2012-01-18 15:07:43 +00:00
msvc Dynamic modules. 2016-02-04 20:25:29 +03:00
name Configure: fixed detection of newer Apple clang compilers. 2013-04-29 18:07:22 +04:00
owc Win32: Open Watcom C compatibility fixes. 2013-09-04 20:48:22 +04:00
sunc Dynamic modules. 2016-02-04 20:25:29 +03:00