diff options
author | SVN Migration <svn@php.net> | 2002-12-11 20:10:58 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-12-11 20:10:58 +0000 |
commit | 0fc0a6084ef523883d968296ad8198597e7b90cc (patch) | |
tree | c93490b128190eda5b3fb516260a2d1676f7d7c4 /ext/dba/php_db4.h | |
parent | 9aee6dce1a74cdf5b0af55ccbae36879d2922204 (diff) | |
download | php-git-php-4.3.0RC3.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_0RC3'.php-4.3.0RC3
Diffstat (limited to 'ext/dba/php_db4.h')
-rw-r--r-- | ext/dba/php_db4.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/dba/php_db4.h b/ext/dba/php_db4.h deleted file mode 100644 index fa814c3f5e..0000000000 --- a/ext/dba/php_db4.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PHP_DB4_H -#define PHP_DB4_H - -#if DBA_DB4 - -#include "php_dba.h" - -DBA_FUNCS(db4); - -#endif - -#endif |