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

13 lines
104 B
C

#ifndef PHP_DBM_H
#define PHP_DBM_H
#if DBA_DBM
#include "php_dba.h"
DBA_FUNCS(dbm);
#endif
#endif