From a9a512192d05d6559d0315be96e0bfcf8800f69e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 10 Jun 2000 13:35:20 +0000 Subject: continued the split of the kernel level oplocks code into a more modular form. In this pass I added oplock_irix.c and added a "struct kernel_oplocks" that describes a kernel oplock implementation. I also removed the maintainence mode from the Makefile. It was causing too much trouble. If someone really likes it they can keep a patch around to enable it themselves. (This used to be commit fbeb9804344ab3aa1dd6635a5524aa09065e04f5) --- source3/configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 741010f3b9..6d0926cdb2 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -53,7 +53,6 @@ dnl Add #include for broken IRIX header files esac AC_VALIDATE_CACHE_SYSTEM_TYPE -SAMBA_MAINTAINER_MODE # # Config CPPFLAG settings for strange OS's that must be set -- cgit