summaryrefslogtreecommitdiff
path: root/ext/dba/php_gdbm.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-05-20 10:21:02 +0000
committerSVN Migration <svn@php.net>2002-05-20 10:21:02 +0000
commit6fbb52450b5f4d43030f3086ed30768d50eb987d (patch)
treeb8653f2600a337fdd0201c6dba2b8b51a3b94592 /ext/dba/php_gdbm.h
parentb1bcf9d7947385e44b3faf445ff60a3b7d181089 (diff)
downloadphp-git-RELEASE_0_4.tar.gz
This commit was manufactured by cvs2svn to create tag 'RELEASE_0_4'.RELEASE_0_4
Diffstat (limited to 'ext/dba/php_gdbm.h')
-rw-r--r--ext/dba/php_gdbm.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/dba/php_gdbm.h b/ext/dba/php_gdbm.h
deleted file mode 100644
index 3068404cfe..0000000000
--- a/ext/dba/php_gdbm.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PHP_GDBM_H
-#define PHP_GDBM_H
-
-#if DBA_GDBM
-
-#include "php_dba.h"
-
-DBA_FUNCS(gdbm);
-
-#endif
-
-#endif