From bda48b382477f2a6478ebd86b67cb63ac391854e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 8 Jun 2000 07:40:55 +0000 Subject: - changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIX - added autoconf test for HAVE_KERNEL_OPLOCKS_LINUX (This used to be commit 0368f68529a9244663c199068e95d1a1d93152fa) --- source3/include/config.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index ed74b6e556..b4a4f134e4 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -142,7 +142,8 @@ #undef SIZEOF_OFF_T #undef STAT_STATVFS64 #undef HAVE_LIBREADLINE -#undef HAVE_KERNEL_OPLOCKS +#undef HAVE_KERNEL_OPLOCKS_IRIX +#undef HAVE_KERNEL_OPLOCKS_LINUX #undef HAVE_IRIX_SPECIFIC_CAPABILITIES #undef HAVE_INT16_FROM_RPC_RPC_H #undef HAVE_UINT16_FROM_RPC_RPC_H -- cgit