From 2a5a85a303df9828878d03b94dedb1901df3a806 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 2 Jan 2008 09:36:32 +0000 Subject: [PATCH] disable unconditional compat poll() function --- src/poll_compat.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/poll_compat.h b/src/poll_compat.h index dccc97f..5d17134 100644 --- a/src/poll_compat.h +++ b/src/poll_compat.h @@ -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 -- 2.39.5