From: Ard Biesheuvel Date: Fri, 21 May 2004 13:14:56 +0000 (+0000) Subject: Make sure METADATALENGTH is defined (used by IB 7) X-Git-Tag: RELEASE_0_1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=126531a44b240b15b1aedbe7b61869da5db5e75a;p=php Make sure METADATALENGTH is defined (used by IB 7) --- diff --git a/ext/interbase/php_ibase_includes.h b/ext/interbase/php_ibase_includes.h index b5e453fbf1..2670c7825a 100755 --- a/ext/interbase/php_ibase_includes.h +++ b/ext/interbase/php_ibase_includes.h @@ -29,6 +29,10 @@ #define SQLDA_CURRENT_VERSION SQLDA_VERSION1 #endif +#ifndef METADATALENGTH +#define METADATALENGTH 32 +#endif + #define RESET_ERRMSG do { IBG(errmsg)[0] = '\0'; IBG(sql_code) = 0; } while (0) #define IB_STATUS (IBG(status))