comparison src/os/unix/ngx_posix_config.h @ 6380:7142b04337d6

Dynamic modules: dlopen() support.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 04 Feb 2016 18:30:21 +0300
parents a88e309f839b
children 9fd68d5009e3
comparison
equal deleted inserted replaced
6379:cf5e822cf470 6380:7142b04337d6
106 106
107 107
108 #include <ngx_auto_config.h> 108 #include <ngx_auto_config.h>
109 109
110 110
111 #if (NGX_HAVE_DLOPEN)
112 #include <dlfcn.h>
113 #endif
114
115
111 #if (NGX_HAVE_POSIX_SEM) 116 #if (NGX_HAVE_POSIX_SEM)
112 #include <semaphore.h> 117 #include <semaphore.h>
113 #endif 118 #endif
114 119
115 120