Deleted Added
full compact
README (110560) README (111823)
1# Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
1# Copyright (c) 1998-2003 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#
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.355.2.11 2002/12/18 17:15:46 ca Exp $
12# $Id: README,v 8.355.2.13 2003/01/15 19:17:15 ca Exp $
13#
14
15This directory contains the source files for sendmail(TM).
16
17 *******************************************************************
18 !! Read sendmail/SECURITY for important installation information !!
19 *******************************************************************
20

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

286HASURANDOMDEV Define this if your system has /dev/urandom(4).
287HASSTRERROR Define this if you have the libc strerror(3) function (which
288 should be declared in <errno.h>), and it should be used
289 instead of sys_errlist.
290SM_CONF_GETOPT Define this as 0 if you need a reimplementation of getopt(3).
291 On some systems, getopt does very odd things if called
292 to scan the arguments twice. This flag will ask sendmail
293 to compile in a local version of getopt that works
13#
14
15This directory contains the source files for sendmail(TM).
16
17 *******************************************************************
18 !! Read sendmail/SECURITY for important installation information !!
19 *******************************************************************
20

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

286HASURANDOMDEV Define this if your system has /dev/urandom(4).
287HASSTRERROR Define this if you have the libc strerror(3) function (which
288 should be declared in <errno.h>), and it should be used
289 instead of sys_errlist.
290SM_CONF_GETOPT Define this as 0 if you need a reimplementation of getopt(3).
291 On some systems, getopt does very odd things if called
292 to scan the arguments twice. This flag will ask sendmail
293 to compile in a local version of getopt that works
294 properly.
294 properly. You may also need this if you build with
295 another library that introduces a non-standard getopt(3).
295NEEDSTRTOL Define this if your standard C library does not define
296 strtol(3). This will compile in a local version.
297NEEDFSYNC Define this if your standard C library does not define
298 fsync(2). This will try to simulate the operation using
299 fcntl(2); if that is not available it does nothing, which
300 isn't great, but at least it compiles and runs.
301HASGETUSERSHELL Define this to 1 if you have getusershell(3) in your
302 standard C library. If this is not defined, or is defined

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

1788trace.c The trace package. These routines allow setting and
1789 testing of trace flags with a high granularity.
1790udb.c The user database interface module.
1791usersmtp.c Routines to implement user SMTP.
1792util.c Some general purpose routines used by sendmail.
1793version.c The version number and information about this
1794 version of sendmail.
1795
296NEEDSTRTOL Define this if your standard C library does not define
297 strtol(3). This will compile in a local version.
298NEEDFSYNC Define this if your standard C library does not define
299 fsync(2). This will try to simulate the operation using
300 fcntl(2); if that is not available it does nothing, which
301 isn't great, but at least it compiles and runs.
302HASGETUSERSHELL Define this to 1 if you have getusershell(3) in your
303 standard C library. If this is not defined, or is defined

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

1789trace.c The trace package. These routines allow setting and
1790 testing of trace flags with a high granularity.
1791udb.c The user database interface module.
1792usersmtp.c Routines to implement user SMTP.
1793util.c Some general purpose routines used by sendmail.
1794version.c The version number and information about this
1795 version of sendmail.
1796
1796(Version $Revision: 8.355.2.11 $, last update $Date: 2002/12/18 17:15:46 $ )
1797(Version $Revision: 8.355.2.13 $, last update $Date: 2003/01/15 19:17:15 $ )