php-src/ext/dba/php3_db2.h

13 lines
109 B
C
Raw Normal View History

1999-07-21 15:12:32 +00:00
#ifndef _PHP3_DB2_H
#define _PHP3_DB2_H
#if DBA_DB2
#include "php3_dba.h"
DBA_FUNCS(db2);
#endif
#endif