oops, remove dotlock

This commit is contained in:
Andrey A. Chernov 1999-04-07 18:36:43 +00:00
parent d4a8c80797
commit efe339a524
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17707
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.16 1996/12/23 06:08:21 ache Exp $
# $Id: pre-configure,v 1.17 1999/04/07 18:28:40 ache Exp $
PortsDir=$PORTSDIR
CurDir=$CURDIR
@ -162,7 +162,7 @@ d_domname='define'
d_usegetdom='undef'
d_errlst='define'
d_flock='define'
d_dotlock='define'
d_dotlock='undef'
d_fcntlock='undef'
has_flock='define'
has_fcntl='define'

View File

@ -1,7 +1,7 @@
#!/bin/sh -
#
# pre-configure script for Elm port to FreeBSD 2.0
# $Id: pre-configure,v 1.16 1996/12/23 06:08:21 ache Exp $
# $Id: pre-configure,v 1.17 1999/04/07 18:28:40 ache Exp $
PortsDir=$PORTSDIR
CurDir=$CURDIR
@ -162,7 +162,7 @@ d_domname='define'
d_usegetdom='undef'
d_errlst='define'
d_flock='define'
d_dotlock='define'
d_dotlock='undef'
d_fcntlock='undef'
has_flock='define'
has_fcntl='define'