From: ian Date: Thu, 29 Jul 1999 22:29:27 +0000 (+0000) Subject: Reran autoheader. X-Git-Tag: wip.base.getaddrinfo~309 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0f1dc447c9c6a93f2f899cf3779e654774f4033f;p=adns.git Reran autoheader. --- diff --git a/src/config.h.in b/src/config.h.in index 80590fb..5de7cb0 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -26,6 +26,7 @@ #ifdef HAVE_POLL #include #else +/* kludge it up */ struct pollfd { int fd; short events; short revents; }; #define POLLIN 1 #define POLLPRI 2