summaryrefslogtreecommitdiff
path: root/contrib/sendmail/include/sm
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/sm
parent94c01205742119acdf56dbbd22fc274e5e38cfd4 (diff)
downloadsrc-test2-739ac4d4d3a1d1d68eae4e7bd59c179d842864d2.tar.gz
src-test2-739ac4d4d3a1d1d68eae4e7bd59c179d842864d2.zip
Notes
Diffstat (limited to 'contrib/sendmail/include/sm')
-rw-r--r--contrib/sendmail/include/sm/conf.h5
1 files changed, 4 insertions, 1 deletions
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 */