WHATSNEW: Update release notes.
[Samba.git] / source4 / lib / ldb / include / ldb_includes.h
blob602bbec32cc25b0ace09cde7dc533370940f3f02
1 #ifndef _LDB_PRIVATE_INCLUDES_H_
2 #define _LDB_PRIVATE_INCLUDES_H_
3 /*
4 a temporary includes file until I work on the ldb build system
5 */
7 #if (_SAMBA_BUILD_ <= 3)
8 /* allow forbidden string functions - should be replaced with _m functions */
9 #undef strcasecmp
10 #undef strncasecmp
11 #define dyn_MODULESDIR dyn_LIBDIR
12 #endif
14 #include "replace.h"
15 #include "system/filesys.h"
16 #include "system/time.h"
18 #endif /*_LDB_PRIVATE_INCLUDES_H_*/