Deleted Added
sdiff udiff text old ( 141858 ) new ( 147078 )
full compact
1# Copyright (c) 1998-2004 Sendmail, Inc. and its suppliers.
2# All rights reserved.
3# Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
4# Copyright (c) 1988
5# The Regents of the University of California. All rights reserved.
6#
7# By using this file, you agree to the terms and conditions set
8# forth in the LICENSE file which can be found at the top level of
9# the sendmail distribution.
10#
11#
12# $Id: README,v 8.385 2004/11/25 06:52:06 msk Exp $
13#
14
15This directory contains the source files for sendmail(TM).
16
17 *******************************************************************
18 !! Read sendmail/SECURITY for important installation information !!
19 *******************************************************************
20

--- 349 unchanged lines hidden (view full) ---

370 LA_IRIX6 (11) is an IRIX 6.x specific version that adapts
371 to 32 or 64 bit kernels; it is otherwise very similar
372 to LA_INT.
373 LA_KSTAT (12) uses the (Solaris-specific) kstat(3k)
374 implementation.
375 LA_DEVSHORT (13) reads a short from a system file (default:
376 /dev/table/avenrun) and scales it in the same manner
377 as LA_SHORT.
378 LA_INT, LA_SHORT, LA_FLOAT, and LA_READKSYM have several
379 other parameters that they try to divine: the name of your
380 kernel, the name of the variable in the kernel to examine,
381 the number of bits of precision in a fixed point load average,
382 and so forth. LA_DEVSHORT uses _PATH_AVENRUN to find the
383 device to be read to find the load average.
384 In desperation, use LA_ZERO. The actual code is in
385 conf.c -- it can be tweaked if you are brave.

--- 1432 unchanged lines hidden (view full) ---

1818trace.c The trace package. These routines allow setting and
1819 testing of trace flags with a high granularity.
1820udb.c The user database interface module.
1821usersmtp.c Routines to implement user SMTP.
1822util.c Some general purpose routines used by sendmail.
1823version.c The version number and information about this
1824 version of sendmail.
1825
1826(Version $Revision: 8.385 $, last update $Date: 2004/11/25 06:52:06 $ )