diff options
author | SVN Migration <svn@php.net> | 2002-11-27 18:54:55 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-11-27 18:54:55 +0000 |
commit | b8e1f3e0467611a2fae8414a1b5cad43e2ccf2fb (patch) | |
tree | 97340b03773bde31aa95e3ffcd14bd7ed57a798f /ext/dba/php_db4.h | |
parent | 2ebb360d0eba52562caa2f905a71aaafc7ec1c29 (diff) | |
download | php-git-php-4.3.0RC2.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_0RC2'.php-4.3.0RC2
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 |