php-8.0.30-src/ext/dba/php_db3.h

13 lines
104 B
C

#ifndef PHP_DB3_H
#define PHP_DB3_H
#if DBA_DB3
#include "php_dba.h"
DBA_FUNCS(db3);
#endif
#endif