diff options
| author | Sascha Schumann <sas@php.net> | 1999-11-20 22:50:42 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-11-20 22:50:42 +0000 |
| commit | 9a047652cc1fad4871ac84015e6efa7973f8ff54 (patch) | |
| tree | 18fe182792492321b80d59202437fc5f102301c6 /ext/dba/php3_db3.h | |
| parent | 90ecf41b19d2ef9dfd8ee1d20d050bace2f46f2f (diff) | |
| download | php-git-9a047652cc1fad4871ac84015e6efa7973f8ff54.tar.gz | |
add Berkeley DB3 support
@- Added Berkeley DB3 support in DBA (Sascha)
Diffstat (limited to 'ext/dba/php3_db3.h')
| -rw-r--r-- | ext/dba/php3_db3.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/dba/php3_db3.h b/ext/dba/php3_db3.h new file mode 100644 index 0000000000..4c00dfd448 --- /dev/null +++ b/ext/dba/php3_db3.h @@ -0,0 +1,12 @@ +#ifndef _PHP3_DB3_H +#define _PHP3_DB3_H + +#if DBA_DB3 + +#include "php3_dba.h" + +DBA_FUNCS(db3); + +#endif + +#endif |
