diff options
author | SVN Migration <svn@php.net> | 2003-05-21 07:24:29 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2003-05-21 07:24:29 +0000 |
commit | b21c3233fa262bfb7569600429a0ca68aa213ba2 (patch) | |
tree | 2d1c0d741f31e22c45ef9c508f0f98cb4569bbc8 /ext/dba/php_inifile.h | |
parent | 2e34a6a9a6c4a115278735feade3564fd748735b (diff) | |
download | php-git-BEFORE_FD_REVERT.tar.gz |
This commit was manufactured by cvs2svn to create tag 'BEFORE_FD_REVERT'.BEFORE_FD_REVERT
Diffstat (limited to 'ext/dba/php_inifile.h')
-rw-r--r-- | ext/dba/php_inifile.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/dba/php_inifile.h b/ext/dba/php_inifile.h deleted file mode 100644 index 69444df3c6..0000000000 --- a/ext/dba/php_inifile.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PHP_INIFILE_H -#define PHP_INIFILE_H - -#if DBA_INIFILE - -#include "php_dba.h" - -DBA_FUNCS(inifile); - -#endif - -#endif |