diff options
author | Marcus Boerger <helly@php.net> | 2002-11-26 12:05:59 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-11-26 12:05:59 +0000 |
commit | 579e3ca96b81ae148fd728b0f415d1d27b628655 (patch) | |
tree | 573ce465dc856b73dec1c1fd18c997b7ed936014 /ext/dba/php_db4.h | |
parent | 197fd585bdf625071fefbdca221f6369034a2055 (diff) | |
download | php-git-579e3ca96b81ae148fd728b0f415d1d27b628655.tar.gz |
Add Berkeley db4 support
Diffstat (limited to 'ext/dba/php_db4.h')
-rw-r--r-- | ext/dba/php_db4.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/dba/php_db4.h b/ext/dba/php_db4.h new file mode 100644 index 0000000000..fa814c3f5e --- /dev/null +++ b/ext/dba/php_db4.h @@ -0,0 +1,12 @@ +#ifndef PHP_DB4_H +#define PHP_DB4_H + +#if DBA_DB4 + +#include "php_dba.h" + +DBA_FUNCS(db4); + +#endif + +#endif |