From 09d305c1ff34e34c2835fe89f8a5582fada85ec7 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 27 Sep 2004 14:51:17 +0000 Subject: [PATCH] removed redundant NEW_LIBC checks --- ext/standard/dl.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.50.1