]> granicus.if.org Git - php/commitdiff
NetWare LibC has param.h and pwd.h
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 10 Mar 2005 11:32:36 +0000 (11:32 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 10 Mar 2005 11:32:36 +0000 (11:32 +0000)
main/php.h

index 0ee8d0f65ba3b54cdef15a90a31f45fedb846b88..552322220b217ea7ec8a8552db7b5a64e6aede91 100644 (file)
@@ -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>