xref: /php-src/ext/dba/php_lmdb.h (revision 3c372901)
1 #ifndef PHP_LMDB_H
2 #define PHP_LMDB_H
3 
4 #ifdef DBA_LMDB
5 
6 #include "php_dba.h"
7 #include <lmdb.h>
8 
9 DBA_FUNCS(lmdb);
10 
11 #endif
12 
13 #endif
14