php_gdbm.h 108 B

123456789101112
  1. #ifndef PHP_GDBM_H
  2. #define PHP_GDBM_H
  3. #if DBA_GDBM
  4. #include "php_dba.h"
  5. DBA_FUNCS(gdbm);
  6. #endif
  7. #endif