mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
Allow mysqli to be built when imap (c-client) is used.
This commit is contained in:
@@ -18,6 +18,13 @@
|
||||
$Id$
|
||||
*/
|
||||
|
||||
/* A little hack to prevent build break, when mysql is used together with
|
||||
* c-client, which also defines LIST.
|
||||
*/
|
||||
#ifdef LIST
|
||||
#undef LIST
|
||||
#endif
|
||||
|
||||
#include <mysql.h>
|
||||
|
||||
#ifndef PHP_MYSQLI_H
|
||||
|
||||
Reference in New Issue
Block a user