diff options
author | SVN Migration <svn@php.net> | 2003-04-28 22:38:51 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2003-04-28 22:38:51 +0000 |
commit | b0a58d9570262008ec00e9cf2ea8bbea2e646579 (patch) | |
tree | 1d02f3d17747e17457cba203e85d8ccd445bc436 /ext/dba/php_inifile.h | |
parent | 7c495e9250e4cdeafd728a5bceab2409cb909e7f (diff) | |
download | php-git-php-4.3.2RC2.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_2RC2'.php-4.3.2RC2
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 |