Native FFI bindings to libsplinter's persistent variant (splinter_p). Vendored C sources are built from source with SPLINTER_PERSISTENT; no system install required.
/**
* Miscellaneous Configuration Constants
*/#ifndef SPLINTER_CONFIG_H
#defineSPLINTER_CONFIG_H#include"build.h"// so tools can be used without many / any arguments
#defineDEFAULT_BUS"splinter_debug"#defineDEFAULT_KEY"__debug"#defineDEFAULT_SLOTS1024#defineDEFAULT_VAL_MAXLEN4096#endif// SPLINTER_CONFIG_H