]> granicus.if.org Git - php/commitdiff
NetWare LibC has pwd.h
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 06:55:22 +0000 (06:55 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 06:55:22 +0000 (06:55 +0000)
main/fopen_wrappers.c

index d316f4ef1110c8c520cb40f87b52f2796430570d..002dd856277bd0aef064afe08950ad617b72df25 100644 (file)
@@ -56,8 +56,6 @@
 #if HAVE_PWD_H
 #ifdef PHP_WIN32
 #include "win32/pwd.h"
-#elif defined(NETWARE)
-#include "netware/pwd.h"
 #else
 #include <pwd.h>
 #endif