mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
13 lines
129 B
C
13 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
|