php_db2.h 104 B

123456789101112
  1. #ifndef PHP_DB2_H
  2. #define PHP_DB2_H
  3. #if DBA_DB2
  4. #include "php_dba.h"
  5. DBA_FUNCS(db2);
  6. #endif
  7. #endif