aboutsummaryrefslogtreecommitdiff
path: root/lib/libsm
Commit message (Collapse)AuthorAgeFilesLines
* Enable the use of nanosleep() instead of using pause() and signals.Gregory Neil Shapiro2010-03-041-0/+1
| | | | | | | | | | | This Makefile change can be removed when the next version of sendmail is imported as it will have this built in to the FreeBSD conf.h section. Submitted by: John Marshall MFC after: 3 days Notes: svn path=/head/; revision=204691
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. Notes: svn path=/head/; revision=201381
* New files in sendmail 8.14.1Gregory Neil Shapiro2007-04-091-1/+1
| | | | Notes: svn path=/head/; revision=168521
* Add new libsm file from sendmail 8.13.6Gregory Neil Shapiro2006-03-221-1/+1
| | | | | | | MFC after: 4 days Notes: svn path=/head/; revision=157008
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Add a new source file in sendmail 8.13.4Gregory Neil Shapiro2005-06-071-1/+1
| | | | Notes: svn path=/head/; revision=147082
* Remove file no longer in 8.13.3Gregory Neil Shapiro2005-02-141-1/+1
| | | | Notes: svn path=/head/; revision=141863
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139115
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Reflect changes in sendmail 8.13 source treeGregory Neil Shapiro2004-08-011-1/+1
| | | | Notes: svn path=/head/; revision=132947
* Honor NOINET6 and disable IPv6 support in libmilter and sendmail if itGregory Neil Shapiro2004-06-011-1/+5
| | | | | | | | | is set. MFC after: 4 days Notes: svn path=/head/; revision=129912
* Remove MAINTAINER= lines from individual Makefiles in favor of theGregory Neil Shapiro2003-07-071-2/+0
| | | | | | | MAINTAINER file (which already had entries for sendmail). Notes: svn path=/head/; revision=117299
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-2/+0
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* Add two new libraries which are part of sendmail 8.12. libsm is used onlyGregory Neil Shapiro2002-02-171-0/+37
for building sendmail and the associated utilities. libmilter is a new mail filtering API for sendmail. Notes: svn path=/head/; revision=90796