summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-03-10 11:32:36 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-03-10 11:32:36 +0000
commita90af345421061afbe1c4441b1315fa9e3eabbcd (patch)
tree729a1d33afd9afc38da2e804ce95939f948396ba
parentb8e9edcce34de5d9be61efd0a2c94c93b0c19fe8 (diff)
downloadphp-git-a90af345421061afbe1c4441b1315fa9e3eabbcd.tar.gz
NetWare LibC has param.h and pwd.h
-rw-r--r--main/php.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/main/php.h b/main/php.h
index 0ee8d0f65b..552322220b 100644
--- a/main/php.h
+++ b/main/php.h
@@ -205,13 +205,6 @@ char *strerror(int);
# ifdef PHP_WIN32
#include "win32/pwd.h"
#include "win32/param.h"
-#elif defined(NETWARE)
-#ifdef NEW_LIBC
-#include <sys/param.h>
-#else
-#include "NetWare/param.h"
-#endif
-#include "NetWare/pwd.h"
# else
#include <pwd.h>
#include <sys/param.h>