Turn on DSN menu

This commit is contained in:
Andrey A. Chernov 1996-10-25 00:31:11 +00:00
parent d6d04d104d
commit 51724ab6d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4149
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh -
#
# pre-configure script for Elm port to FreeBSD 2.0
# $Id: pre-configure,v 1.12 1996/06/20 22:23:48 ache Exp $
# $Id: pre-configure,v 1.13 1996/10/03 19:08:13 ache Exp $
PortsDir=$PORTSDIR
CurDir=$CURDIR
@ -191,7 +191,7 @@ metamail_path='none'
defencoding=''
d_8bitmime='define'
d_binarymime='undef'
d_dsn='undef'
d_dsn='define'
defcharset='ISO-8859-1'
defdispcharset='ISO-8859-1'
d_mmdf='undef'

View File

@ -1,7 +1,7 @@
#!/bin/sh -
#
# pre-configure script for Elm port to FreeBSD 2.0
# $Id: pre-configure,v 1.12 1996/06/20 22:23:48 ache Exp $
# $Id: pre-configure,v 1.13 1996/10/03 19:08:13 ache Exp $
PortsDir=$PORTSDIR
CurDir=$CURDIR
@ -191,7 +191,7 @@ metamail_path='none'
defencoding=''
d_8bitmime='define'
d_binarymime='undef'
d_dsn='undef'
d_dsn='define'
defcharset='ISO-8859-1'
defdispcharset='ISO-8859-1'
d_mmdf='undef'