aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/include
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-06-26 02:48:44 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-06-26 02:48:44 +0000
commit739ac4d4d3a1d1d68eae4e7bd59c179d842864d2 (patch)
treeb35f716ab0dae216026e8ad27c85a951ee743a03 /contrib/sendmail/include
parent94c01205742119acdf56dbbd22fc274e5e38cfd4 (diff)
Notes
Diffstat (limited to 'contrib/sendmail/include')
-rw-r--r--contrib/sendmail/include/libmilter/mfapi.h2
-rw-r--r--contrib/sendmail/include/sm/conf.h5
2 files changed, 5 insertions, 2 deletions
diff --git a/contrib/sendmail/include/libmilter/mfapi.h b/contrib/sendmail/include/libmilter/mfapi.h
index 9cf07c753ad3..c36a38c7f9ef 100644
--- a/contrib/sendmail/include/libmilter/mfapi.h
+++ b/contrib/sendmail/include/libmilter/mfapi.h
@@ -7,7 +7,7 @@
* the sendmail distribution.
*
*
- * $Id: mfapi.h,v 8.42 2002/04/30 23:52:23 msk Exp $
+ * $Id: mfapi.h,v 8.44 2002/06/04 05:06:40 gshapiro Exp $
*/
/*
diff --git a/contrib/sendmail/include/sm/conf.h b/contrib/sendmail/include/sm/conf.h
index 12688eaad103..83950bc85fa7 100644
--- a/contrib/sendmail/include/sm/conf.h
+++ b/contrib/sendmail/include/sm/conf.h
@@ -10,7 +10,7 @@
* the sendmail distribution.
*
*
- * $Id: conf.h,v 1.88 2002/05/01 16:09:41 gshapiro Exp $
+ * $Id: conf.h,v 1.90.2.2 2002/06/21 22:31:35 gshapiro Exp $
*/
/*
@@ -1358,6 +1358,9 @@ extern void *malloc();
# ifndef TZ_TYPE
# define TZ_TYPE TZ_NONE /* no standard for Linux */
# endif /* ! TZ_TYPE */
+# if (__GLIBC__ >= 2)
+# include <paths.h>
+# endif /* (__GLIBC__ >= 2) */
# ifndef _PATH_SENDMAILPID
# define _PATH_SENDMAILPID "/var/run/sendmail.pid"
# endif /* ! _PATH_SENDMAILPID */