summaryrefslogtreecommitdiff
path: root/ext/dba/php_flatfile.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2003-05-14 13:05:23 +0000
committerSVN Migration <svn@php.net>2003-05-14 13:05:23 +0000
commit09e0bfba498b74639be02732aaf0e527c898a58c (patch)
treed6784e1e79522aa3aae24414a1b89eb72f5f0497 /ext/dba/php_flatfile.h
parent1a521e5ab6a606061f9b1493369f26a7c847e99b (diff)
downloadphp-git-RELEASE_0_9b.tar.gz
This commit was manufactured by cvs2svn to create tag 'RELEASE_0_9b'.RELEASE_0_9b
Diffstat (limited to 'ext/dba/php_flatfile.h')
-rw-r--r--ext/dba/php_flatfile.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/dba/php_flatfile.h b/ext/dba/php_flatfile.h
deleted file mode 100644
index afa9f6d5d3..0000000000
--- a/ext/dba/php_flatfile.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PHP_FLATFILE_H
-#define PHP_FLATFILE_H
-
-#if DBA_FLATFILE
-
-#include "php_dba.h"
-
-DBA_FUNCS(flatfile);
-
-#endif
-
-#endif