Top Level Namespace

Defined Under Namespace

Classes: RTree

Constant Summary collapse

INCLUDEDIR =
RbConfig::CONFIG['includedir']
HEADER_DIRS =
[
  '/usr/local/include',
  INCLUDEDIR,
  '/usr/include',
]
LIBDIR =
LIB_DIRS =
[
  '/usr/local/lib',
  LIBDIR,
  '/usr/lib'
]