php_inifile.h 120 B

123456789101112
  1. #ifndef PHP_INIFILE_H
  2. #define PHP_INIFILE_H
  3. #if DBA_INIFILE
  4. #include "php_dba.h"
  5. DBA_FUNCS(inifile);
  6. #endif
  7. #endif