Reran autoheader.
authorian <ian>
Thu, 29 Jul 1999 22:29:27 +0000 (22:29 +0000)
committerian <ian>
Thu, 29 Jul 1999 22:29:27 +0000 (22:29 +0000)
src/config.h.in

index 80590fb..5de7cb0 100644 (file)
@@ -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