mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/dbm/extconf.rb: add QDBM support.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9d77639f30
commit
51bea808f3
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Mar 7 15:05:35 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* ext/dbm/extconf.rb: add QDBM support.
|
||||
|
||||
Fri Mar 7 03:31:36 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* parse.y (dsym): :"symbol string" style should not contain `\0'.
|
||||
|
|
|
@ -11,6 +11,7 @@ $dbm_conf_headers = {
|
|||
"dbm" => ["ndbm.h"],
|
||||
"gdbm" => ["gdbm-ndbm.h", "ndbm.h"],
|
||||
"gdbm_compat" => ["gdbm-ndbm.h", "ndbm.h"],
|
||||
"qdbm" => ["relic.h"],
|
||||
}
|
||||
|
||||
def db_check(db)
|
||||
|
|
Loading…
Reference in a new issue