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"
#endif
#include "ext/standard/info.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php