30 #if APR_HAVE_NETINET_IN_H
31 #include <netinet/in.h>
47 #define APR_POLLIN 0x001
48 #define APR_POLLPRI 0x002
49 #define APR_POLLOUT 0x004
50 #define APR_POLLERR 0x010
51 #define APR_POLLHUP 0x020
52 #define APR_POLLNVAL 0x040
57 #define APR_POLLSET_THREADSAFE 0x001
60 #define APR_POLLSET_NOCOPY 0x002
63 #define APR_POLLSET_WAKEABLE 0x004
66 #define APR_POLLSET_NODEFAULT 0x010