]> granicus.if.org Git - php/commitdiff
NetWare Libc has php.h so no need of having netware specific block here
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 14 Feb 2005 11:10:07 +0000 (11:10 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 14 Feb 2005 11:10:07 +0000 (11:10 +0000)
main/php.h

index c650d783e8661eb854ae40a992fb8d434cd958e5..6d58825b6ecb97d5934337aa16a3c8e832f2efcd 100644 (file)
@@ -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>