On Mon, Sep 09, 2002 at 11:43:51AM -0000, Anantha Kesari H Y wrote:
> hyanantha Mon Sep 9 07:43:51 2002 EDT
>
> Modified files:
> /php4/main php_ini.c
> Log:
> NetWare related changes/modifications
>
>
> Index: php4/main/php_ini.c
> diff -u php4/main/php_ini.c:1.99 php4/main/php_ini.c:1.100
> --- php4/main/php_ini.c:1.99 Thu Aug 29 06:24:02 2002
> +++ php4/main/php_ini.c Mon Sep 9 07:43:50 2002
> @@ -16,13 +16,13 @@
> +----------------------------------------------------------------------+
> */
>
> -/* $Id: php_ini.c,v 1.99 2002/08/29 10:24:02 jan Exp $ */
> +/* $Id: php_ini.c,v 1.100 2002/09/09 11:43:50 hyanantha Exp $ */
>
> /* Check CWD for php.ini */
> #define INI_CHECK_CWD
>
> #include "php.h"
> -#ifndef PHP_WIN32
> +#if !defined(PHP_WIN32) && !defined(NETWARE)
> #include "build-defs.h"
shouln't we just add a define
HAVE_BUILD_DEFS to php_config.h
so that other platforms, which don't have it can be added
easier?
re,
tc
> #endif
> #include "ext/standard/info.h"
>
>
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--
Thies C. Arntzen - Looking for all sorts of freelance work - just ask..
Whishlist: http://www.amazon.de/exec/obidos/wishlist/AB9DY62QWDSZ
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php