Skip to content

Commit

Permalink
Switch libmilter from select(2) to poll(2) so milters are not limited
Browse files Browse the repository at this point in the history
by the size of FD_SETSIZE.

PR:		118824
Submitted by:	vsevolod
MFC after:	3 weeks
  • Loading branch information
gshapiro committed Feb 17, 2008
1 parent 6b4d690 commit b3a5026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/libmilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
CFLAGS+=-DNOT_SENDMAIL -Dsm_snprintf=snprintf
CFLAGS+=-D_THREAD_SAFE
CFLAGS+=-DSM_CONF_POLL

.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DNETINET6
Expand Down

0 comments on commit b3a5026

Please sign in to comment.