]> granicus.if.org Git - php/commitdiff
Add this file too
authorMarcus Boerger <helly@php.net>
Thu, 18 Dec 2003 20:32:39 +0000 (20:32 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 18 Dec 2003 20:32:39 +0000 (20:32 +0000)
ext/dba/php_qdbm.h [new file with mode: 0644]

diff --git a/ext/dba/php_qdbm.h b/ext/dba/php_qdbm.h
new file mode 100644 (file)
index 0000000..c88efcf
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef PHP_QDBM_H
+#define PHP_QDBM_H
+
+#if DBA_QDBM
+
+#include "php_dba.h"
+
+DBA_FUNCS(qdbm);
+
+#endif
+
+#endif