]> granicus.if.org Git - php/commitdiff
NetWare LibC has pwd.h
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 08:51:08 +0000 (08:51 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 08:51:08 +0000 (08:51 +0000)
ext/standard/link.c

index f809a70c33d16fd02360d09ca41316d240937835..5000a808b5be0d39f0493ab1c8feb269d83422ee 100644 (file)
@@ -33,8 +33,6 @@
 #if HAVE_PWD_H
 #ifdef PHP_WIN32
 #include "win32/pwd.h"
-#elif defined(NETWARE)
-#include "netware/pwd.h"
 #else
 #include <pwd.h>
 #endif