r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / source / lib / ldb / include / includes.h
blobe2bcca2b04ba017ed299abba4f1ff5e3c4aabbf1
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.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_*/