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