From 9a9ac2739bbdc993ecdfa78298bdd9c059328378 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Sep 2001 22:08:19 +0000 Subject: got rid of USE_TDB_MMAP_FLAG as its not needed any more (This used to be commit c26e0d3f27a05ecc8bd2390f9aab7f9451524e47) --- source3/include/smb_macros.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/smb_macros.h') diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h index f6d547ea53..315cb5e5ee 100644 --- a/source3/include/smb_macros.h +++ b/source3/include/smb_macros.h @@ -252,5 +252,4 @@ copy an IP address from one buffer to another #define vfs_chdir(conn,fname) ((conn)->vfs_ops.chdir((conn),fname)) -#define USE_TDB_MMAP_FLAG (!lp_use_mmap() ? TDB_NOMMAP : TDB_DEFAULT) #endif /* _SMB_MACROS_H */ -- cgit