summaryrefslogtreecommitdiff
path: root/ext/standard/pageinfo.c
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-02-21 09:44:58 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-02-21 09:44:58 +0000
commitbf427d4a0d0c00864e167af0583b50169415503b (patch)
tree743c58fecbd9b747c5a379fd976c9180c7a9f94f /ext/standard/pageinfo.c
parentd7d7ca62d4f28ff54bb79df57944577e56a024b2 (diff)
downloadphp-git-bf427d4a0d0c00864e167af0583b50169415503b.tar.gz
NetWare LibC has pwd.h. Removed unwanted extern basic_globals_id declaration for Netware.
Diffstat (limited to 'ext/standard/pageinfo.c')
-rw-r--r--ext/standard/pageinfo.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/pageinfo.c b/ext/standard/pageinfo.c
index af5f939a70..d8783ffe99 100644
--- a/ext/standard/pageinfo.c
+++ b/ext/standard/pageinfo.c
@@ -27,11 +27,6 @@
#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