mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
13 lines
124 B
C
13 lines
124 B
C
|
#ifndef PHP_FLATFILE_H
|
||
|
#define PHP_FLATFILE_H
|
||
|
|
||
|
#if DBA_FLATFILE
|
||
|
|
||
|
#include "php_dba.h"
|
||
|
|
||
|
DBA_FUNCS(flatfile);
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|