From 870f6ba8a2945754a7f2f66097e3a64465fe1a04 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Mon, 23 May 2005 16:58:55 +0000 Subject: Add the ratelimit ACL condition. This is mostly reasonably self-contained except that it requires changes to most Makefiles in order to bring in the maths library for the exp() function. --- src/OS/Makefile-CYGWIN | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/OS/Makefile-CYGWIN') diff --git a/src/OS/Makefile-CYGWIN b/src/OS/Makefile-CYGWIN index 52dd68456..8bf51216c 100644 --- a/src/OS/Makefile-CYGWIN +++ b/src/OS/Makefile-CYGWIN @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/OS/Makefile-CYGWIN,v 1.2 2004/11/10 10:36:48 ph10 Exp $ +# $Cambridge: exim/src/OS/Makefile-CYGWIN,v 1.3 2005/05/23 16:58:55 fanf2 Exp $ # OS-specific file for Cygwin. @@ -6,7 +6,7 @@ HAVE_ICONV = yes CFLAGS= -g -Wall -O2 -LIBS= -lcrypt -lresolv +LIBS= -lcrypt -lresolv -lm LIBS_EXIM= -liconv EXIWHAT_PS_ARG=-as EXIWHAT_KILL_SIGNAL=-USR1 -- cgit v1.2.3