diff options
-rw-r--r-- | main/php.h | 7 |
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> |