summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/dl.c4
1 files changed, 0 insertions, 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 <sys/param.h>
-#else
-#include "netware/param.h"
-#endif
#define GET_DL_ERROR() dlerror()
#else
#include <sys/param.h>