remove debug hacks plproxy_2_0_4_rc2
authorMarko Kreen <markokr@gmail.com>
Thu, 20 Dec 2007 22:19:26 +0000 (22:19 +0000)
committerMarko Kreen <markokr@gmail.com>
Thu, 20 Dec 2007 22:19:26 +0000 (22:19 +0000)
src/poll_compat.h

index 65cbe924a65d862a69c6c6ebfdcccff5518d2a89..0a016b9991f9e6a14038cbb4674fafb650167221 100644 (file)
@@ -1,10 +1,10 @@
 
-#ifdef HAVE_POLL_Hx
+#ifdef HAVE_POLL_H
 
 #include <poll.h>
 
 #else
-#ifdef HAVE_SYS_POLL_Hx
+#ifdef HAVE_SYS_POLL_H
 
 #include <sys/poll.h>