30 #if APR_HAVE_NETINET_IN_H
31 #include <netinet/in.h>
49 #define APR_POLLIN 0x001
50 #define APR_POLLPRI 0x002
51 #define APR_POLLOUT 0x004
52 #define APR_POLLERR 0x010
53 #define APR_POLLHUP 0x020
54 #define APR_POLLNVAL 0x040
62 #define APR_POLLSET_THREADSAFE 0x001
65 #define APR_POLLSET_NOCOPY 0x002
68 #define APR_POLLSET_WAKEABLE 0x004
71 #define APR_POLLSET_NODEFAULT 0x010