diff options
Diffstat (limited to 'usr.bin/vi/build')
-rw-r--r-- | usr.bin/vi/build/config.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/vi/build/config.h b/usr.bin/vi/build/config.h index 329397a213b..af10bb98d79 100644 --- a/usr.bin/vi/build/config.h +++ b/usr.bin/vi/build/config.h @@ -1,10 +1,4 @@ -/* $OpenBSD: config.h,v 1.11 2014/11/10 21:40:11 tedu Exp $ */ +/* $OpenBSD: config.h,v 1.12 2014/11/14 20:23:56 tedu Exp $ */ /* Define if you want a debugging version. */ /* #undef DEBUG */ - -/* Define if you have fcntl(2) style locking. */ -/* #undef HAVE_LOCK_FCNTL */ - -/* Define if you have flock(2) style locking. */ -#define HAVE_LOCK_FLOCK 1 |