]> granicus.if.org Git - php/commitdiff
NetWare has pwd.h and removed unwanted check on NEW_LIBC while including param.h
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Feb 2005 09:17:30 +0000 (09:17 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Feb 2005 09:17:30 +0000 (09:17 +0000)
ext/standard/pack.c

index 12395e920f5f7bb505adc3c970f338aef35662ed..3f1c87294455af2578d923e11d062acbe2ba147d 100644 (file)
 #else
 #include <sys/socket.h>
 #endif
-#ifdef NEW_LIBC
 #include <sys/param.h>
 #else
-#include "netware/param.h"
-#endif
-#else
 #include <sys/param.h>
 #endif
 #include "ext/standard/head.h"
@@ -49,8 +45,6 @@
 #if HAVE_PWD_H
 #ifdef PHP_WIN32
 #include "win32/pwd.h"
-#elif defined(NETWARE)
-#include "netware/pwd.h"
 #else
 #include <pwd.h>
 #endif