]> granicus.if.org Git - php/commitdiff
NetWare LibC has pwd.h. Removed unwanted extern basic_globals_id declaration for...
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Feb 2005 09:44:58 +0000 (09:44 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Feb 2005 09:44:58 +0000 (09:44 +0000)
ext/standard/pageinfo.c

index af5f939a700c3e0909bb24eb2a02978097d83688..d8783ffe99063b3d62d19b2b213d5da402472569 100644 (file)
 #if HAVE_PWD_H
 #ifdef PHP_WIN32
 #include "win32/pwd.h"
-#elif defined(NETWARE)
-#ifdef ZTS
-extern int basic_globals_id;
-#endif
-#include "netware/pwd.h"
 #else
 #include <pwd.h>
 #endif