1
0
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:
Ilia Alshanetsky
2003-02-14 21:27:13 +00:00
parent c59240d599
commit f8e0290cd6
+7
View File
@@ -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