r502: modified ldb to allow the use of an external pool memory
[kai/samba.git] / source / lib / ldb / include / includes.h
index 7ee6876f485f5532013283c156a4c5fef3dbce43..bf61a983e0e5cc1e59689965c9a09c018a26ce6c 100644 (file)
 #include <sys/time.h>
 #include <time.h>
 #include "ldb.h"
-#include "ldb_parse.h"
-
-#define malloc_p(type) (type *)malloc(sizeof(type))
-#define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count)
-#define realloc_p(p, type, count) (type *)realloc_array(p, sizeof(type), count)
-
 #include "tdb/tdb.h"
 #include "proto.h"