summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h
index c650d783e8..6d58825b6e 100644
--- a/main/php.h
+++ b/main/php.h
@@ -201,9 +201,6 @@ char *strerror(int);
# ifdef PHP_WIN32
#include "win32/pwd.h"
#include "win32/param.h"
-#elif defined(NETWARE)
-#include <sys/param.h>
-#include "NetWare/pwd.h"
# else
#include <pwd.h>
#include <sys/param.h>