hyanantha Thu Oct 24 07:29:04 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php_sprintf.c Log: NetWare related changes/modifications. Index: php4/main/php_sprintf.c diff -u php4/main/php_sprintf.c:1.12 php4/main/php_sprintf.c:1.12.2.1 --- php4/main/php_sprintf.c:1.12 Thu Feb 28 03:27:04 2002 +++ php4/main/php_sprintf.c Thu Oct 24 07:29:04 2002 @@ -16,11 +16,15 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_sprintf.c,v 1.12 2002/02/28 08:27:04 sebastian Exp $ */ +/* $Id: php_sprintf.c,v 1.12.2.1 2002/10/24 11:29:04 hyanantha Exp $ */ #include <stdio.h> #include <stdarg.h> +#ifndef NETWARE #include "php_config.h" +#else +#include "config.nw.h" +#endif #if PHP_BROKEN_SPRINTF
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php