summaryrefslogtreecommitdiff
path: root/ext/dba/php_inifile.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2003-05-15 19:20:56 +0000
committerSVN Migration <svn@php.net>2003-05-15 19:20:56 +0000
commit111b9ed64a52cbfdfeb48905abb5e189181aa6e0 (patch)
treed63a2fe65696ab67cfc0444c1e70a6bd60e49ba3 /ext/dba/php_inifile.h
parent73d041e231b5e9f2ca04abdbb878acb71d9c8c69 (diff)
downloadphp-git-php-4.3.2RC3.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_4_3_2RC3'.php-4.3.2RC3
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