From: Anantha Kesari H Y Date: Tue, 28 Jun 2005 15:27:49 +0000 (+0000) Subject: removed redundant NEW_LIBC checks X-Git-Tag: php-5.0.5RC1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3059580aede25ac78900e8c85074052a9e3651e3;p=php removed redundant NEW_LIBC checks --- diff --git a/main/php_open_temporary_file.c b/main/php_open_temporary_file.c index 4889029e3c..e9c4a0549e 100644 --- a/main/php_open_temporary_file.c +++ b/main/php_open_temporary_file.c @@ -31,18 +31,12 @@ #include "win32/winutil.h" #elif defined(NETWARE) #ifdef USE_WINSOCK -/*#include */ #include #else #include #endif -#ifdef NEW_LIBC #include #else -#include "netware/param.h" -#endif -#include "netware/mktemp.h" -#else #include #include #include