php_flatfile.h 124 B

123456789101112
  1. #ifndef PHP_FLATFILE_H
  2. #define PHP_FLATFILE_H
  3. #if DBA_FLATFILE
  4. #include "php_dba.h"
  5. DBA_FUNCS(flatfile);
  6. #endif
  7. #endif