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

Dynamic modules: dlopen() support.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 04 Feb 2016 18:30:21 +0300
parents 80bd391c90d1
children 9fb994513776
comparison
equal deleted inserted replaced
6379:cf5e822cf470 6380:7142b04337d6
46 #include <sys/un.h> 46 #include <sys/un.h>
47 47
48 #include <sys/sysctl.h> 48 #include <sys/sysctl.h>
49 #include <xlocale.h> 49 #include <xlocale.h>
50 50
51 #include <dlfcn.h>
52
51 53
52 #ifndef IOV_MAX 54 #ifndef IOV_MAX
53 #define IOV_MAX 64 55 #define IOV_MAX 64
54 #endif 56 #endif
55 57