Top Level Namespace

Defined Under Namespace

Modules: AerospikeNative

Constant Summary collapse

LIBDIR =
RbConfig::CONFIG['libdir']
INCLUDEDIR =
RbConfig::CONFIG['includedir']
HEADER_DIRS =
[INCLUDEDIR, headers_path]
LIB_DIRS =
[LIBDIR, lib_path]