• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/include/
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*/
6
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
13
14#include "replace.h"
15#include "system/filesys.h"
16#include "system/time.h"
17
18#endif /*_LDB_PRIVATE_INCLUDES_H_*/
19