From: Marko Kreen Date: Wed, 2 Jan 2008 09:36:32 +0000 (+0000) Subject: disable unconditional compat poll() function X-Git-Tag: plproxy_2_0_4~3 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2a5a85a303df9828878d03b94dedb1901df3a806;p=plproxy.git disable unconditional compat poll() function --- 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