]> granicus.if.org Git - curl/commitdiff
Make our own definitions of the POLL* defiens and the pollfd struct only get
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jun 2007 11:21:48 +0000 (11:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jun 2007 11:21:48 +0000 (11:21 +0000)
done if the sys/poll.h file is missing, as we have seen machines with poll()
present but without the header file and machines that don't get HAVE_POLL
defined but that do have the sys/poll.h header file...

lib/select.h

index ce7b2f89778b775fe57a85469b797d36db1164c1..a97947e40dc50f69e427b100515efd7c198009b9 100644 (file)
@@ -46,7 +46,7 @@
  * Definition of pollfd struct and constants for platforms lacking them.
  */
 
-#ifndef HAVE_POLL
+#ifndef HAVE_SYS_POLL_H
 
 #define POLLIN      0x01
 #define POLLPRI     0x02