NetWare LibC has pwd.h. Removed unwanted extern basic_globals_id declaration for Netware.

This commit is contained in:
Anantha Kesari H Y 2005-02-21 09:44:58 +00:00
parent d7d7ca62d4
commit bf427d4a0d

View File

@ -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