2 a temporary includes file until I work on the ldb build system
24 #include "ldb_private.h"
27 #if defined(__intptr_t_defined) || defined(HAVE_INTPTR_T)
28 #define discard_const(ptr) ((void *)((intptr_t)(ptr)))
30 #define discard_const(ptr) ((void *)(ptr))
32 #define discard_const_p(type, ptr) ((type *)discard_const(ptr))