hyanantha Thu Oct 24 07:27:55 2002 EDT
Modified files: (Branch: PHP_4_2_0)
/php4/main php_ini.c
Log:
NetWare related changes/modifications.
Index: php4/main/php_ini.c
diff -u php4/main/php_ini.c:1.80 php4/main/php_ini.c:1.80.2.1
--- php4/main/php_ini.c:1.80 Mon Mar 4 19:21:28 2002
+++ php4/main/php_ini.c Thu Oct 24 07:27:55 2002
@@ -16,10 +16,10 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_ini.c,v 1.80 2002/03/05 00:21:28 fmk Exp $ */
+/* $Id: php_ini.c,v 1.80.2.1 2002/10/24 11:27:55 hyanantha Exp $ */
#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