]> granicus.if.org Git - php/commitdiff
NetWare LibC headers have sys/param.h
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Mar 2005 08:34:37 +0000 (08:34 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Mar 2005 08:34:37 +0000 (08:34 +0000)
ext/standard/dl.c

index 960eb4c2152a9def33247cc7d99c00114c687c4a..6cca7f0a62110c3182fef77df25931dcf7ffccd9 100644 (file)
 #include "win32/param.h"
 #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>
 #define GET_DL_ERROR() DL_ERROR()