disable unconditional compat poll() function
authorMarko Kreen <markokr@gmail.com>
Wed, 2 Jan 2008 09:36:32 +0000 (09:36 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 2 Jan 2008 09:36:32 +0000 (09:36 +0000)
src/poll_compat.h

index dccc97fa565b7899f2f24f5d8257a8882280c655..5d17134188aecc78773767e3563a432e8238c66b 100644 (file)
@@ -2,7 +2,10 @@
 #ifndef POLL_COMPAT_H
 #define POLL_COMPAT_H
 
-#define PLPROXY_POLL_COMPAT
+/* define to test poll() compat function */
+#if 0
+#define PLPROXY_POLL_COMPAT 
+#endif
 
 #include <sys/time.h>