diff options
author | SVN Migration <svn@php.net> | 2003-05-27 17:24:10 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2003-05-27 17:24:10 +0000 |
commit | dc963b2f91ae48faae7edf4609a8c7427dc9317a (patch) | |
tree | 5e9f8f68adf108d8b9a20103f9fcbd1063a70d7c /ext/dba/php_inifile.h | |
parent | 858c75805fe042600327280402a80ca651a9fb90 (diff) | |
download | php-git-php-4.3.2RC4.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_2RC4'.php-4.3.2RC4
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 |