mirror of
https://github.com/php/php-src.git
synced 2025-01-08 20:17:28 +08:00
13 lines
109 B
C
13 lines
109 B
C
|
#ifndef _PHP3_DB2_H
|
||
|
#define _PHP3_DB2_H
|
||
|
|
||
|
#if DBA_DB2
|
||
|
|
||
|
#include "php3_dba.h"
|
||
|
|
||
|
DBA_FUNCS(db2);
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|