projects
/
ftsbench.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c66b08
)
Add definition of INFTIM if itsnt done yet
author
teodor
<teodor>
Wed, 25 Oct 2006 11:26:05 +0000
(11:26 +0000)
committer
teodor
<teodor>
Wed, 25 Oct 2006 11:26:05 +0000
(11:26 +0000)
pgdriver.c
patch
|
blob
|
history
diff --git
a/pgdriver.c
b/pgdriver.c
index
206c097
..
a8e922a
100644
(file)
--- a/
pgdriver.c
+++ b/
pgdriver.c
@@
-20,6
+20,10
@@
#endif /* HAVE_SYS_POLL_H */
#endif /* HAVE_POLL */
+#ifndef INFTIM
+#define INFTIM (-1)
+#endif
+
typedef enum SocketState {
SS_NONE = 0,
SS_READ,