mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
14 lines
129 B
C
14 lines
129 B
C
#ifndef PHP_LMDB_H
|
|
#define PHP_LMDB_H
|
|
|
|
#ifdef DBA_LMDB
|
|
|
|
#include "php_dba.h"
|
|
#include <lmdb.h>
|
|
|
|
DBA_FUNCS(lmdb);
|
|
|
|
#endif
|
|
|
|
#endif
|