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-USG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/OS/Makefile-USG') diff --git a/src/OS/Makefile-USG b/src/OS/Makefile-USG index b49feecc9..421e9b94c 100644 --- a/src/OS/Makefile-USG +++ b/src/OS/Makefile-USG @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/OS/Makefile-USG,v 1.1 2004/10/06 15:07:39 ph10 Exp $ +# $Cambridge: exim/src/OS/Makefile-USG,v 1.2 2005/05/23 16:58:55 fanf2 Exp $ # Exim: OS-specific make file for Unixware 2.x # @@ -25,7 +25,7 @@ RANLIB=@true DBMLIB=-ldb -L/usr/local/lib USE_DB=YES ERRNO_QUOTA=0 -LIBS=-lsocket -lelf -lgen -lnsl -lresolv +LIBS=-lsocket -lelf -lgen -lnsl -lresolv -lm X11=/usr/lib/X11 XINCLUDE=-I/usr/include/X11 -- cgit v1.2.3