diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-10-06 21:16:04 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-10-06 21:16:04 +0000 |
commit | 12c8b0c1db59406d3f49b0b3f2150860fde19dc4 (patch) | |
tree | 02c8718a78116edce32a4d7c785cbd38aa6b46f8 /lib/libevent/Makefile | |
parent | d41036be6ee3c813374da5b0b78ba5df2ff92c97 (diff) |
Remove the #ifdef HAVE_SIGACTION from libevent. The struct
evsignal_info does not change, so no library crank.
OK nicm@ deraadt@
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 f7b66cd5ea2..784bb97dec2 100644 --- a/lib/libevent/Makefile +++ b/lib/libevent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2014/04/03 11:27:02 eric Exp $ +# $OpenBSD: Makefile,v 1.33 2014/10/06 21:16:03 bluhm Exp $ LIB= event SRCS= buffer.c evbuffer.c event.c event_tagging.c evutil.c kqueue.c \ @@ -73,7 +73,6 @@ CFLAGS+= -I${.CURDIR} -DNDEBUG \ -DHAVE_POLL \ -DHAVE_SELECT \ -DHAVE_SETFD \ - -DHAVE_SIGACTION \ -DHAVE_STDARG_H \ -DHAVE_STDINT_H \ -DHAVE_STDLIB_H \ |