]> granicus.if.org Git - php/commitdiff
NetWare LibC SDK has pwd.h and include sys/param.h
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 25 Jul 2005 14:07:16 +0000 (14:07 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 25 Jul 2005 14:07:16 +0000 (14:07 +0000)
--Kamesh

main/php.h

index 60e5f0ce43a1ee3f8e9d775bbb7dcf2f55414192..63251c4e13e479e158b243ef78baf61ba7c1e089 100644 (file)
@@ -199,13 +199,6 @@ char *strerror(int);
 # ifdef PHP_WIN32
 #include "win32/pwd.h"
 #include "win32/param.h"
-#elif defined(NETWARE)
-#ifdef NEW_LIBC
-#include <sys/param.h>
-#else
-#include "NetWare/param.h"
-#endif
-#include "NetWare/pwd.h"
 # else
 #include <pwd.h>
 #include <sys/param.h>