From: Anantha Kesari H Y Date: Mon, 27 Sep 2004 14:51:17 +0000 (+0000) Subject: removed redundant NEW_LIBC checks X-Git-Tag: PRE_NEW_VM_GEN_PATCH~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09d305c1ff34e34c2835fe89f8a5582fada85ec7;p=php removed redundant NEW_LIBC checks --- diff --git a/ext/standard/dl.c b/ext/standard/dl.c index ffccc90467..dddc4fc52b 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -40,11 +40,7 @@ #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