iliaa           Fri Feb 14 16:27:13 2003 EDT

  Modified files:              
    /php4/ext/mysqli    php_mysqli.h 
  Log:
  Allow mysqli to be built when imap (c-client) is used.
  
  
Index: php4/ext/mysqli/php_mysqli.h
diff -u php4/ext/mysqli/php_mysqli.h:1.5 php4/ext/mysqli/php_mysqli.h:1.6
--- php4/ext/mysqli/php_mysqli.h:1.5    Fri Feb 14 11:49:09 2003
+++ php4/ext/mysqli/php_mysqli.h        Fri Feb 14 16:27:13 2003
@@ -15,8 +15,15 @@
   | Author: Georg Richter <[EMAIL PROTECTED]>                                |
   +----------------------------------------------------------------------+
 
-  $Id: php_mysqli.h,v 1.5 2003/02/14 16:49:09 iliaa Exp $ 
+  $Id: php_mysqli.h,v 1.6 2003/02/14 21:27:13 iliaa Exp $ 
 */
+
+/* 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>
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to