php-src/ext/dba/php3_db3.h
Sascha Schumann 9a047652cc add Berkeley DB3 support
@- Added Berkeley DB3 support in DBA (Sascha)
1999-11-20 22:50:42 +00:00

13 lines
109 B
C

#ifndef _PHP3_DB3_H
#define _PHP3_DB3_H
#if DBA_DB3
#include "php3_dba.h"
DBA_FUNCS(db3);
#endif
#endif