root/source4/lib/ldb/include/ldb_includes.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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_*/

/* [<][>][^][v][top][bottom][index][help] */