summaryrefslogtreecommitdiffstats
path: root/ext/dbm
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-07 06:06:58 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-07 06:06:58 +0000
commitb7cc38d9e7128ada77f9045b3f594ff117c45bbe (patch)
tree94f79815d673052c5c64ed169895dbec02077c2d /ext/dbm
parent7590bd684f00ac8aad5e6f01728145f61ec1d0eb (diff)
downloadruby-b7cc38d9e7128ada77f9045b3f594ff117c45bbe.tar.gz
ruby-b7cc38d9e7128ada77f9045b3f594ff117c45bbe.tar.xz
ruby-b7cc38d9e7128ada77f9045b3f594ff117c45bbe.zip
* ext/dbm/extconf.rb: add QDBM support.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dbm')
-rw-r--r--ext/dbm/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dbm/extconf.rb b/ext/dbm/extconf.rb
index 7f59ebd21..9e5f56d88 100644
--- a/ext/dbm/extconf.rb
+++ b/ext/dbm/extconf.rb
@@ -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)