From 9a047652cc1fad4871ac84015e6efa7973f8ff54 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 20 Nov 1999 22:50:42 +0000 Subject: add Berkeley DB3 support @- Added Berkeley DB3 support in DBA (Sascha) --- ext/dba/php3_db3.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/dba/php3_db3.h (limited to 'ext/dba/php3_db3.h') 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 -- cgit v1.2.1