From: Anantha Kesari H Y Date: Mon, 21 Mar 2005 08:34:37 +0000 (+0000) Subject: NetWare LibC headers have sys/param.h X-Git-Tag: php-5.0.4RC2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6416633d2eec7f675940abc0c100226babde745;p=php NetWare LibC headers have sys/param.h --- diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 960eb4c215..6cca7f0a62 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -39,13 +39,6 @@ #include "win32/param.h" #include "win32/winutil.h" #define GET_DL_ERROR() php_win_err() -#elif defined(NETWARE) -#ifdef NEW_LIBC -#include -#else -#include "netware/param.h" -#endif -#define GET_DL_ERROR() dlerror() #else #include #define GET_DL_ERROR() DL_ERROR()