aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/cf
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2005-02-14 02:58:21 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2005-02-14 02:58:21 +0000
commitb37a166a402ac326a03b91fa7302ad3db6e29b3b (patch)
tree44a69e61923c68678d1c1a70a0edf47d6e0731ed /contrib/sendmail/cf
parentb6bacd3150f411c3de886f7615bc22129b6974ad (diff)
Remove files no longer in vendor distribution from vendor branchvendor/sendmail/8.13.3
Notes
Notes: svn path=/vendor/sendmail/dist/; revision=141865 svn path=/vendor/sendmail/8.13.3/; revision=141860; tag=vendor/sendmail/8.13.3
Diffstat (limited to 'contrib/sendmail/cf')
-rw-r--r--contrib/sendmail/cf/feature/nodns.m422
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/sendmail/cf/feature/nodns.m4 b/contrib/sendmail/cf/feature/nodns.m4
deleted file mode 100644
index c5acadf7eceb..000000000000
--- a/contrib/sendmail/cf/feature/nodns.m4
+++ /dev/null
@@ -1,22 +0,0 @@
-divert(-1)
-#
-# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
-# All rights reserved.
-# Copyright (c) 1983 Eric P. Allman. All rights reserved.
-# Copyright (c) 1988, 1993
-# The Regents of the University of California. 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.
-#
-#
-
-divert(0)
-VERSIONID(`$Id: nodns.m4,v 8.14 1999/07/22 17:55:35 gshapiro Exp $')
-divert(-1)
-
-undefine(`confBIND_OPTS')dnl
-errprint(`FEATURE(nodns) is no-op.
-Use ServiceSwitchFile ('ifdef(`confSERVICE_SWITCH_FILE',confSERVICE_SWITCH_FILE,MAIL_SETTINGS_DIR`service.switch')`) if your OS does not provide its own instead.
-')