php-src/ext/dba/php_flatfile.h
Marcus Boerger 4be50925ad move newly introduced flatfile support from dbm to new flatfile handler
# do not make the same mistake as with ext/db where it was not clear
# which format was used.
2002-11-06 04:16:18 +00:00

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