diff options
Diffstat (limited to 'ext/dba/php_dbm.h')
-rw-r--r-- | ext/dba/php_dbm.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/dba/php_dbm.h b/ext/dba/php_dbm.h new file mode 100644 index 000000000..4c963d18e --- /dev/null +++ b/ext/dba/php_dbm.h @@ -0,0 +1,12 @@ +#ifndef PHP_DBM_H +#define PHP_DBM_H + +#if DBA_DBM + +#include "php_dba.h" + +DBA_FUNCS(dbm); + +#endif + +#endif |