Deleted Added
full compact
sendmail.h (80785) sendmail.h (82017)
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

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

15*/
16
17#ifndef _SENDMAIL_H
18#define _SENDMAIL_H 1
19
20#ifdef _DEFINE
21# define EXTERN
22# ifndef lint
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

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

15*/
16
17#ifndef _SENDMAIL_H
18#define _SENDMAIL_H 1
19
20#ifdef _DEFINE
21# define EXTERN
22# ifndef lint
23static char SmailId[] = "@(#)$Id: sendmail.h,v 8.517.4.69 2001/07/20 18:46:01 gshapiro Exp $";
23static char SmailId[] = "@(#)$Id: sendmail.h,v 8.517.4.70 2001/08/14 23:08:12 ca Exp $";
24# endif /* ! lint */
25#else /* _DEFINE */
26# define EXTERN extern
27#endif /* _DEFINE */
28
29
30#include <unistd.h>
31

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

760
761/* macro substitution character */
762#define MACROEXPAND ((u_char)0201) /* macro expansion */
763#define MACRODEXPAND ((u_char)0202) /* deferred macro expansion */
764
765/* to make the code clearer */
766#define MATCHZERO CANONHOST
767
24# endif /* ! lint */
25#else /* _DEFINE */
26# define EXTERN extern
27#endif /* _DEFINE */
28
29
30#include <unistd.h>
31

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

760
761/* macro substitution character */
762#define MACROEXPAND ((u_char)0201) /* macro expansion */
763#define MACRODEXPAND ((u_char)0202) /* deferred macro expansion */
764
765/* to make the code clearer */
766#define MATCHZERO CANONHOST
767
768#define MAXMATCH 9 /* max params per rewrite */
769
768/* external <==> internal mapping table */
769struct metamac
770{
771 char metaname; /* external code (after $) */
772 u_char metaval; /* internal code (as above) */
773};
774
775/* values for macros with external names only */

--- 1398 unchanged lines hidden ---
770/* external <==> internal mapping table */
771struct metamac
772{
773 char metaname; /* external code (after $) */
774 u_char metaval; /* internal code (as above) */
775};
776
777/* values for macros with external names only */

--- 1398 unchanged lines hidden ---