]> granicus.if.org Git - php/commitdiff
Solved compile failure due to clash bewteen IMAP and ClibPDF headers.
authorFredrik Öhrn <ohrn@php.net>
Sun, 18 Mar 2001 18:32:58 +0000 (18:32 +0000)
committerFredrik Öhrn <ohrn@php.net>
Sun, 18 Mar 2001 18:32:58 +0000 (18:32 +0000)
ext/cpdf/php_cpdf.h

index 9c44e513ad8e6b8e470ef67c831def3b626ab1e3..6749882d24eac3b11e25ebcec95a360d96e5340c 100644 (file)
 
 #if HAVE_CPDFLIB
 
+/* The macro T is defined in the IMAP headers and clashes with a function
+   declaration here. Get rid of it. */
+
+#ifdef T
+#undef T
+#endif
+
 #include <cpdflib.h>
 
 extern zend_module_entry cpdf_module_entry;