r22226: move discard_const macros to librelace
[Samba.git] / source / lib / ldb / include / includes.h
blob85f99280da05be0f390638257b3e0796f8dcea4b
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_ >= 4)
8 /* tell ldb we have the internal ldap code */
9 #define HAVE_ILDAP 1
10 #endif
12 #if (_SAMBA_BUILD_ <= 3)
13 /* allow forbidden string functions - should be replaced with _m functions */
14 #undef strcasecmp
15 #undef strncasecmp
16 #define dyn_MODULESDIR dyn_LIBDIR
17 #endif
19 #include "replace.h"
20 #include "system/filesys.h"
21 #include "system/network.h"
22 #include "system/time.h"
23 #include "talloc/talloc.h"
24 #include "ldb.h"
25 #include "ldb_errors.h"
26 #include "ldb_private.h"
27 #include "dlinklist.h"
29 #endif /*_LDB_PRIVATE_INCLUDES_H_*/