Repeat after me: # is NOT a comment character in m4! :-)

Removed "OSTYPE" from comment section which causes a build failure after
the recent cf/cf/Makefile changes (c.f. misc/9919).  mmm, m4 voodoo.
This commit is contained in:
groo 2000-04-22 00:36:40 +00:00
parent 84f24d3c29
commit 23db01c321
1 changed files with 1 additions and 4 deletions

View File

@ -38,12 +38,9 @@ divert(-1)
# This is the prototype file for a configuration that supports nothing
# but basic SMTP connections via TCP.
#
# You may want to add an OSTYPE macro to get the location of various
# support files for your operating system environment.
#
include(`../m4/cf.m4')
VERSIONID(`@(#)netbsd-proto.mc $Revision: 1.1.1.1 $')
VERSIONID(`@(#)netbsd-proto.mc $Revision: 1.2 $')
OSTYPE(bsd4.4)dnl
MAILER(local)dnl
MAILER(smtp)dnl