mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9998578951
commit
0eb08aa068
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ headers = {
|
||||||
"db4" => ["db4/db.h", "db4.h", "db.h"],
|
"db4" => ["db4/db.h", "db4.h", "db.h"],
|
||||||
"db5" => ["db5/db.h", "db5.h", "db.h"],
|
"db5" => ["db5/db.h", "db5.h", "db.h"],
|
||||||
"dbm" => ["ndbm.h"],
|
"dbm" => ["ndbm.h"],
|
||||||
"gdbm" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"],
|
"gdbm" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"], # gdbm until 1.8.0
|
||||||
"gdbm_compat" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"], # ndbm compatibility routines are extracted to libgdbm_compat since gdbm-1.8.1.
|
"gdbm_compat" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"], # gdbm since 1.8.1
|
||||||
"qdbm" => ["relic.h", "qdbm/relic.h"],
|
"qdbm" => ["relic.h", "qdbm/relic.h"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue