diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-18 00:49:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-18 00:49:30 +0000 |
commit | 3001c6f5135796bf49346dd969e8445342d2251b (patch) | |
tree | d710aec0cc173e2b9a67ff56f56f47a1f3b32bc0 /gnu/usr.sbin/sendmail/include/sm/cdefs.h | |
parent | 7bc62683b217ae48e11df50f14c39728b723a832 (diff) |
update to sendmail 8.12.3
Diffstat (limited to 'gnu/usr.sbin/sendmail/include/sm/cdefs.h')
-rw-r--r-- | gnu/usr.sbin/sendmail/include/sm/cdefs.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.sbin/sendmail/include/sm/cdefs.h b/gnu/usr.sbin/sendmail/include/sm/cdefs.h index ecf597e6733..d4dce9ba8ea 100644 --- a/gnu/usr.sbin/sendmail/include/sm/cdefs.h +++ b/gnu/usr.sbin/sendmail/include/sm/cdefs.h @@ -1,12 +1,12 @@ /* - * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers. + * Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers. * All rights reserved. * * By using this file, you agree to the terms and conditions set * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * - * $Sendmail: cdefs.h,v 1.14 2001/06/07 20:04:53 ca Exp $ + * $Sendmail: cdefs.h,v 1.15 2002/01/16 18:30:11 ca Exp $ */ /* @@ -43,7 +43,9 @@ # define __END_DECLS # endif /* defined(__cplusplus) */ # if defined(__STDC__) || defined(__cplusplus) -# define __P(protos) protos +# ifndef __P +# define __P(protos) protos +# endif /* __P */ # define __CONCAT(x,y) x ## y # define __STRING(x) #x # else /* defined(__STDC__) || defined(__cplusplus) */ |