Deleted Added
full compact
sendmail.h (90792) sendmail.h (95154)
1/*
2 * Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
11 *
12 *
1/*
2 * Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
11 *
12 *
13 * $Id: sendmail.h,v 8.67 2001/09/08 01:20:57 gshapiro Exp $
13 * $Id: sendmail.h,v 1.1.1.5 2002/02/17 21:56:43 gshapiro Exp $
14 */
15
16/*
17** SENDMAIL.H -- Global definitions for sendmail.
18*/
19
20#include <stdio.h>
21#include <sm/bitops.h>

--- 113 unchanged lines hidden ---
14 */
15
16/*
17** SENDMAIL.H -- Global definitions for sendmail.
18*/
19
20#include <stdio.h>
21#include <sm/bitops.h>

--- 113 unchanged lines hidden ---