1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00

Fix for bug #52413 MySQLi build failure on OS X

This commit is contained in:
Andrey Hristov
2010-08-13 09:57:04 +00:00
parent d7b72a0494
commit aff34b2133

View File

@@ -56,6 +56,10 @@
#define WE_HAD_MBSTATE_T
#endif
#if defined(ulong) && !defined(HAVE_ULONG)
#define HAVE_ULONG
#endif
#include <my_global.h>
#if !defined(HAVE_MBRLEN) && defined(WE_HAD_MBRLEN)