summaryrefslogtreecommitdiff
path: root/ext/dba/php_ndbm.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2001-09-20 15:50:12 +0000
committerSVN Migration <svn@php.net>2001-09-20 15:50:12 +0000
commit6b900b344974360925bf80f70c48d04034e552b6 (patch)
tree7b922971c30eac156e465c88af7a52e8fc397c2e /ext/dba/php_ndbm.h
parentd58240d0f57fcf9f6d66ad77a240479c38937d80 (diff)
downloadphp-git-6b900b344974360925bf80f70c48d04034e552b6.tar.gz
This commit was manufactured by cvs2svn to create branch
'NAMESPACES_BRANCH'.
Diffstat (limited to 'ext/dba/php_ndbm.h')
-rw-r--r--ext/dba/php_ndbm.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/dba/php_ndbm.h b/ext/dba/php_ndbm.h
deleted file mode 100644
index b1ebf15af3..0000000000
--- a/ext/dba/php_ndbm.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PHP_NDBM_H
-#define PHP_NDBM_H
-
-#if DBA_NDBM
-
-#include "php_dba.h"
-
-DBA_FUNCS(ndbm);
-
-#endif
-
-#endif