chiark
/
gitweb
/
~mdw
/
adns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
152cda7
)
Reran autoheader.
author
ian
<ian>
Thu, 29 Jul 1999 22:29:27 +0000
(22:29 +0000)
committer
ian
<ian>
Thu, 29 Jul 1999 22:29:27 +0000
(22:29 +0000)
src/config.h.in
patch
|
blob
|
blame
|
history
diff --git
a/src/config.h.in
b/src/config.h.in
index 80590fb617267e9ddbeed822ec2edf036886d378..5de7cb0cd7c48f5f3bd5de41bf140801da8a6ae5 100644
(file)
--- a/
src/config.h.in
+++ b/
src/config.h.in
@@
-26,6
+26,7
@@
#ifdef HAVE_POLL
#include <sys/poll.h>
#else
+/* kludge it up */
struct pollfd { int fd; short events; short revents; };
#define POLLIN 1
#define POLLPRI 2