From 126531a44b240b15b1aedbe7b61869da5db5e75a Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Fri, 21 May 2004 13:14:56 +0000 Subject: [PATCH] Make sure METADATALENGTH is defined (used by IB 7) --- ext/interbase/php_ibase_includes.h | 4 ++++ 1 file changed, 4 insertions(+) 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)) -- 2.50.1