1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Files
2022-04-01 14:38:44 +01:00

13 lines
107 B
C

#ifndef PHP_CDB_H
#define PHP_CDB_H
#ifdef DBA_CDB
#include "php_dba.h"
DBA_FUNCS(cdb);
#endif
#endif