diff options
Diffstat (limited to 'contrib/sendmail/src/README')
-rw-r--r-- | contrib/sendmail/src/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/sendmail/src/README b/contrib/sendmail/src/README index 0440657526eb7..b3936135085e2 100644 --- a/contrib/sendmail/src/README +++ b/contrib/sendmail/src/README @@ -9,7 +9,7 @@ # the sendmail distribution. # # -# $Id: README,v 8.386 2005/03/04 23:24:08 ca Exp $ +# $Id: README,v 8.388 2005/07/26 05:45:39 ca Exp $ # This directory contains the source files for sendmail(TM). @@ -502,6 +502,12 @@ NEEDINTERRNO Set this if <errno.h> does not declare errno, i.e., if an extern int errno; USE_TTYPATH Set this to 1 to enable ErrorMode=write. USESYSCTL Use sysctl(3) to determine the number of CPUs in a system. +HASSNPRINTF Set this to 1 if your OS has a working snprintf(3), i.e., + it properly obeys the size of the buffer and returns the + number of characters that would have been printed if the + size were unlimited. +LDAP_REFERRALS Set this if you want to use the -R flag (do not auto chase + referrals) for LDAP maps (requires -DLDAPMAP). +-----------------------+ @@ -1826,4 +1832,4 @@ util.c Some general purpose routines used by sendmail. version.c The version number and information about this version of sendmail. -(Version $Revision: 8.386 $, last update $Date: 2005/03/04 23:24:08 $ ) +(Version $Revision: 8.388 $, last update $Date: 2005/07/26 05:45:39 $ ) |