13 lines
107 B
C
13 lines
107 B
C
|
|
#ifndef PHP_DB3_H
|
||
|
|
#define PHP_DB3_H
|
||
|
|
|
||
|
|
#ifdef DBA_DB3
|
||
|
|
|
||
|
|
#include "php_dba.h"
|
||
|
|
|
||
|
|
DBA_FUNCS(db3);
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|