commit | ab4a6708864e4ba14c3e4dad95061276a9e83fab | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Oct 10 18:44:17 2016 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Oct 10 18:44:17 2016 +0300 |
tree | 6bb28049fef591146534df799590c137b5ae89db | |
parent | 70394a0a34bf8a3cc057fc615a8b05d8fa6e2a7b [diff] |
Modules compatibility: compatibility with NGX_THREADS. With this change it is now possible to load modules compiled without the "--with-threads" configure option into nginx binary compiled with it, and vice versa (if a module does not use thread-specific functions), assuming both use the "--with-compat" option.