diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-27 14:51:17 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-27 14:51:17 +0000 |
commit | 09d305c1ff34e34c2835fe89f8a5582fada85ec7 (patch) | |
tree | 5859605c30fbfb309966952852f464149f3db04e | |
parent | 5da74deab9f76aff046141c21ec3cd7d95352295 (diff) | |
download | php-git-09d305c1ff34e34c2835fe89f8a5582fada85ec7.tar.gz |
removed redundant NEW_LIBC checks
-rw-r--r-- | ext/standard/dl.c | 4 |
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> |