diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-10-15 22:34:45 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-10-15 22:34:45 +0000 |
commit | a39c64b683f22e56215d0c9ee0d901a70d81b0a1 (patch) | |
tree | 034df222cdc02ba8540acfba6f1b0f9f89094211 /lib/libevent/Makefile | |
parent | 0150e1111de740b6d703a55bb0f85f064bca39d6 (diff) |
Remove #ifndef HAVE_TAILQFOREACH containing a private tailq
implementation.
OK nicm@
Diffstat (limited to 'lib/libevent/Makefile')
-rw-r--r-- | lib/libevent/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libevent/Makefile b/lib/libevent/Makefile index 784bb97dec2..a5b0761ba7e 100644 --- a/lib/libevent/Makefile +++ b/lib/libevent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2014/10/06 21:16:03 bluhm Exp $ +# $OpenBSD: Makefile,v 1.34 2014/10/15 22:34:44 bluhm Exp $ LIB= event SRCS= buffer.c evbuffer.c event.c event_tagging.c evutil.c kqueue.c \ @@ -89,7 +89,6 @@ CFLAGS+= -I${.CURDIR} -DNDEBUG \ -DHAVE_SYS_STAT_H \ -DHAVE_SYS_TIME_H \ -DHAVE_SYS_TYPES_H \ - -DHAVE_TAILQFOREACH \ -DHAVE_UNISTD_H \ -DHAVE_VASPRINTF \ -DHAVE_WORKING_KQUEUE |