Update local poll() implementation.
[awesomized/libmemcached] / libmemcached / common.h
index cc71ac5f8123813588832780b5e0b6052bd8d761..97990588374b2d7cbc298c340293832eba0e9acc 100644 (file)
 #ifdef HAVE_POLL_H
 # include <poll.h>
 #else
-# include "poll/poll.h"
-#endif
-
-#ifndef POLLHUP
-# define POLLHUP               0x0010
-#endif
-
-#ifndef POLLNVAL
-# define POLLNVAL      0x0020
+# include "libmemcached/poll.h"
 #endif
 
 #ifdef __cplusplus