summaryrefslogtreecommitdiff
path: root/ext/dba/php_inifile.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2003-03-12 22:18:23 +0000
committerSVN Migration <svn@php.net>2003-03-12 22:18:23 +0000
commit3cae24d4d11652d34f41d025ae2c28eec27eaffe (patch)
tree3b904225d978af2a28be60803734744d683f6bf3 /ext/dba/php_inifile.h
parent9ea0fff51d45b6fcdb1069d22d70c92083246f04 (diff)
downloadphp-git-php-4.3.2RC1.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_4_3_2RC1'.php-4.3.2RC1
Diffstat (limited to 'ext/dba/php_inifile.h')
-rw-r--r--ext/dba/php_inifile.h12
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