bfrance Sat Apr 5 03:14:57 2003 EDT Modified files: /php4/ext/curl multi.c Log: Added HAVE_CONFIG_H check so the phpize build method works Index: php4/ext/curl/multi.c diff -u php4/ext/curl/multi.c:1.9 php4/ext/curl/multi.c:1.10 --- php4/ext/curl/multi.c:1.9 Fri Apr 4 11:00:33 2003 +++ php4/ext/curl/multi.c Sat Apr 5 03:14:56 2003 @@ -16,9 +16,13 @@ +----------------------------------------------------------------------+ */ -/* $Id: multi.c,v 1.9 2003/04/04 16:00:33 sterling Exp $ */ +/* $Id: multi.c,v 1.10 2003/04/05 08:14:56 bfrance Exp $ */ #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "php.h"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php