Add definition of INFTIM if itsnt done yet
authorteodor <teodor>
Wed, 25 Oct 2006 11:26:05 +0000 (11:26 +0000)
committerteodor <teodor>
Wed, 25 Oct 2006 11:26:05 +0000 (11:26 +0000)
pgdriver.c

index 206c097..a8e922a 100644 (file)
 #endif /* HAVE_SYS_POLL_H */
 #endif /* HAVE_POLL */
 
+#ifndef INFTIM
+#define INFTIM (-1)
+#endif
+
 typedef enum SocketState {
     SS_NONE = 0,
        SS_READ,