summaryrefslogtreecommitdiff
path: root/src/sendmail.h
diff options
context:
space:
mode:
authorRichard Nelson <cowboy@debian.org>1998-06-23 10:00:00 -0500
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:37 +0200
commit6202a816311c5e56f71ecd358850b1e6d8cd7065 (patch)
treede47ad4f657df101b6f36a07a6c6e19191be7de9 /src/sendmail.h
parent6c193ce1dd1d07ebdc1372e38bc4908ab1c37705 (diff)
downloadsendmail-debian/8.8.8-20.tar.gz
Imported Debian patch 8.8.8-20debian/8.8.8-20
Diffstat (limited to 'src/sendmail.h')
-rw-r--r--src/sendmail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sendmail.h b/src/sendmail.h
index fc3bf49..7524d7b 100644
--- a/src/sendmail.h
+++ b/src/sendmail.h
@@ -1218,6 +1218,9 @@ EXTERN bool DoQueueRun; /* non-interrupt time queue run needed */
#if _FFR_DSN_RRT_OPTION
EXTERN bool RrtImpliesDsn; /* turn Return-Receipt-To: into DSN */
#endif
+#ifdef TCPWRAPPERS
+EXTERN bool TcpWrappers; /* Use tcp wrappers for access control. */
+#endif
EXTERN char *DeadLetterDrop; /* path to dead letter office */
EXTERN bool DontProbeInterfaces; /* don't probe interfaces for names */
EXTERN bool ChownAlwaysSafe; /* treat chown(2) as safe */