mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f8180b8963
commit
d07439d5fd
1 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,19 @@
|
|||
# configure option:
|
||||
# --with-dbm-type=COMMA-SEPARATED-NDBM-TYPES
|
||||
#
|
||||
# ndbm type:
|
||||
# libc ndbm compatible library in libc.
|
||||
# db Berkeley DB (libdb)
|
||||
# db2 Berkeley DB (libdb2)
|
||||
# db1 Berkeley DB (libdb1)
|
||||
# db5 Berkeley DB (libdb5)
|
||||
# db4 Berkeley DB (libdb4)
|
||||
# db3 Berkeley DB (libdb3)
|
||||
# gdbm_compat GDBM since 1.8.1 (libgdbm_compat)
|
||||
# gdbm GDBM until 1.8.0 (libgdbm)
|
||||
# qdbm QDBM (libqdbm)
|
||||
# ndbm Some legacy OS may have libndbm.
|
||||
|
||||
require 'mkmf'
|
||||
|
||||
dir_config("dbm")
|
||||
|
|
Loading…
Add table
Reference in a new issue