summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-08 22:51:34 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-08 22:51:34 +0000
commite41055c5aa8a49dc360820fa0f0995436726c876 (patch)
tree6ced51afeab582aca5caaee3307a552327707419 /compat.h
parentdd36982ad51632bc47ce7b73cad0696e85d593c3 (diff)
Adjust recent libevent changes to the portable version.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/compat.h b/compat.h
index d196bc24..fb02c50e 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/* $Id: compat.h,v 1.19 2009-10-06 15:32:21 tcunha Exp $ */
+/* $Id: compat.h,v 1.20 2009-11-08 22:51:34 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -49,14 +49,6 @@ typedef uint64_t u_int64_t;
#include "compat/bitstring.h"
#endif
-#ifdef HAVE_POLL
-#include <poll.h>
-#else
-#define POLLNVAL 0
-#define POLLHUP 0
-#include "compat/bsd-poll.h"
-#endif
-
#ifdef HAVE_GETOPT
#include <getopt.h>
#endif