]> granicus.if.org Git - php/commitdiff
Make sure METADATALENGTH is defined (used by IB 7)
authorArd Biesheuvel <abies@php.net>
Fri, 21 May 2004 13:14:56 +0000 (13:14 +0000)
committerArd Biesheuvel <abies@php.net>
Fri, 21 May 2004 13:14:56 +0000 (13:14 +0000)
ext/interbase/php_ibase_includes.h

index b5e453fbf1463ae28686577c2b8b570c2002bb56..2670c7825abe623f5e63f293b756064b225cc1f8 100755 (executable)
 #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))