diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dba/php_qdbm.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/dba/php_qdbm.h b/ext/dba/php_qdbm.h new file mode 100644 index 0000000000..c88efcff4c --- /dev/null +++ b/ext/dba/php_qdbm.h @@ -0,0 +1,12 @@ +#ifndef PHP_QDBM_H +#define PHP_QDBM_H + +#if DBA_QDBM + +#include "php_dba.h" + +DBA_FUNCS(qdbm); + +#endif + +#endif |