php_db1.h 104 B

123456789101112
  1. #ifndef PHP_DB1_H
  2. #define PHP_DB1_H
  3. #if DBA_DB1
  4. #include "php_dba.h"
  5. DBA_FUNCS(db1);
  6. #endif
  7. #endif