]> granicus.if.org Git - php/commitdiff
removed redundant NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 27 Sep 2004 14:51:17 +0000 (14:51 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 27 Sep 2004 14:51:17 +0000 (14:51 +0000)
ext/standard/dl.c

index ffccc90467fe613d183f355d519cebc148981db0..dddc4fc52b5c4b20b4b0355a84b41bae4d9f9da4 100644 (file)
 #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>