comparison src/os/unix/ngx_solaris_config.h @ 719:f30b1a75fd3b

Solaris 10 event ports support
author Igor Sysoev <igor@sysoev.ru>
date Tue, 26 Sep 2006 12:20:12 +0000
parents 77f77f53214a
children 532d15ddbe68
comparison
equal deleted inserted replaced
718:d488926182ea 719:f30b1a75fd3b
72 #include <sys/ioctl.h> 72 #include <sys/ioctl.h>
73 #include <sys/devpoll.h> 73 #include <sys/devpoll.h>
74 #endif 74 #endif
75 75
76 76
77 #if (NGX_HAVE_EVENTPORT)
78 #include <port.h>
79 #endif
80
81
77 #ifndef NGX_HAVE_INHERITED_NONBLOCK 82 #ifndef NGX_HAVE_INHERITED_NONBLOCK
78 #define NGX_HAVE_INHERITED_NONBLOCK 1 83 #define NGX_HAVE_INHERITED_NONBLOCK 1
79 #endif 84 #endif
80 85
81 86