diff options
author | SVN Migration <svn@php.net> | 2000-06-09 15:42:50 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2000-06-09 15:42:50 +0000 |
commit | 133d50b882e08187c803105493c5609088076ab5 (patch) | |
tree | e7fcf3106cad2ac7a449bfd2b96a25f5d9abc7af /ext/dba/php_db2.h | |
parent | 03e842ccb8fb54bb33e7430e584ed6c2b00b9856 (diff) | |
download | php-git-PRE_EIGHT_BYTE_ALLOC_PATCH.tar.gz |
This commit was manufactured by cvs2svn to create tagPRE_EIGHT_BYTE_ALLOC_PATCH
'PRE_EIGHT_BYTE_ALLOC_PATCH'.
Diffstat (limited to 'ext/dba/php_db2.h')
-rw-r--r-- | ext/dba/php_db2.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/dba/php_db2.h b/ext/dba/php_db2.h deleted file mode 100644 index d88582f1eb..0000000000 --- a/ext/dba/php_db2.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _PHP_DB2_H -#define _PHP_DB2_H - -#if DBA_DB2 - -#include "php_dba.h" - -DBA_FUNCS(db2); - -#endif - -#endif |