mirror of
https://github.com/php/php-src.git
synced 2024-12-29 03:39:59 +08:00
13 lines
106 B
C
13 lines
106 B
C
|
#ifndef _PHP_DB3_H
|
||
|
#define _PHP_DB3_H
|
||
|
|
||
|
#if DBA_DB3
|
||
|
|
||
|
#include "php_dba.h"
|
||
|
|
||
|
DBA_FUNCS(db3);
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|