summaryrefslogtreecommitdiff
path: root/ext/dba/php_flatfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/php_flatfile.h')
-rw-r--r--ext/dba/php_flatfile.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/dba/php_flatfile.h b/ext/dba/php_flatfile.h
new file mode 100644
index 000000000..afa9f6d5d
--- /dev/null
+++ b/ext/dba/php_flatfile.h
@@ -0,0 +1,12 @@
+#ifndef PHP_FLATFILE_H
+#define PHP_FLATFILE_H
+
+#if DBA_FLATFILE
+
+#include "php_dba.h"
+
+DBA_FUNCS(flatfile);
+
+#endif
+
+#endif