summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-04-14 21:17:20 +0000
committerfoobar <sniper@php.net>2005-04-14 21:17:20 +0000
commit172f3af8edd7e44f0f889bd8c2ffb54c324cb02b (patch)
treec0805b64cd56e3db97dc555d47e6f391f87e09fa /ext/odbc/php_odbc.h
parent4f3b12b3fdcb1074d1d61b30aa8b27e3b32c1681 (diff)
downloadphp-git-172f3af8edd7e44f0f889bd8c2ffb54c324cb02b.tar.gz
- Add support for latest Birdstep
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r--ext/odbc/php_odbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h
index 3eefbe06f4..d9ef253e07 100644
--- a/ext/odbc/php_odbc.h
+++ b/ext/odbc/php_odbc.h
@@ -33,7 +33,7 @@
extern zend_module_entry odbc_module_entry;
#define odbc_module_ptr &odbc_module_entry
-#if defined(HAVE_DBMAKER) || defined(PHP_WIN32) || defined(HAVE_IBMDB2) || defined(HAVE_UNIXODBC)
+#if defined(HAVE_DBMAKER) || defined(PHP_WIN32) || defined(HAVE_IBMDB2) || defined(HAVE_UNIXODBC) || defined(HAVE_BIRDSTEP)
# define PHP_ODBC_HAVE_FETCH_HASH 1
#endif