mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
4be50925ad
# do not make the same mistake as with ext/db where it was not clear # which format was used.
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
|